Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
zachvlat committed Dec 29, 2023
1 parent 11bf94f commit e7863b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "WingetNite",
"slug": "wingetnite",
"version": "2.0.0",
"version": "2.5.0",
"orientation": "portrait",
"icon": "./assets/android/android/play_store_512.png",
"userInterfaceStyle": "dark",
Expand All @@ -18,7 +18,7 @@
"supportsTablet": true
},
"android": {
"versionCode": 2,
"versionCode": 3,
"adaptiveIcon": {
"foregroundImage": "./assets/android/android/res/mipmap-xxxhdpi/ic_launcher_foreground.png",
"backgroundImage": "./assets/android/android/res/mipmap-xxxhdpi/ic_launcher_background.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WingetNite",
"version": "2.0.0",
"version": "2.5.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit e7863b4

Please sign in to comment.