Skip to content

Commit

Permalink
app: Bump version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michalstruck committed Jul 1, 2024
1 parent 8ec8114 commit 6ac4e4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion native/config/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { channel } from "expo-updates";
// the end user receives the correct key/url
// https://docs.expo.dev/build-reference/variables/

const runtimeVersion = "1.5.1";
const runtimeVersion = "1.5.2";

const isDevEnv =
(process.env?.EXPO_ENV || process.env.NODE_ENV) === "development";
Expand Down
4 changes: 2 additions & 2 deletions native/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "invtrack",
"version": "1.5.1",
"version": "1.5.2",
"scripts": {
"start": "expo start",
"android": "expo run:android",
Expand Down

0 comments on commit 6ac4e4e

Please sign in to comment.