Skip to content

Commit

Permalink
Increment app version
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushcodes69 committed Dec 17, 2024
1 parent 7be2814 commit 9d7a2fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
name: IS_DEV ? "AudioScape (Dev)" : "AudioScape",
owner: "ankushsarkar",
slug: "AudioScape",
version: "1.3.0",
version: "1.4.0",
platforms: ["android"],
orientation: "portrait",
icon: "./assets/images/icon.png",
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "audioscape",
"main": "expo-router/entry",
"version": "1.3.0",
"version": "1.4.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
Expand Down

0 comments on commit 9d7a2fd

Please sign in to comment.