Skip to content

Commit

Permalink
Bump app version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushcodes69 committed Oct 14, 2024
1 parent d3c6f82 commit e2a7b6e
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 @@ -3,7 +3,7 @@ const IS_DEV = process.env.APP_VARIANT === 'development';
export default {
name: IS_DEV ? "AudioScape (Dev)" : "AudioScape",
slug: "AudioScape",
version: "1.2.0",
version: "1.3.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.2.0",
"version": "1.3.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
Expand Down

0 comments on commit e2a7b6e

Please sign in to comment.