Skip to content

Commit

Permalink
Merge pull request #16 from Suvink/bug-fix-01062024
Browse files Browse the repository at this point in the history
Add release configs
  • Loading branch information
Suvink authored Jun 2, 2024
2 parents ad29dfd + 9b05a04 commit e819e95
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": "scrabble-clock",
"slug": "scrabble-clock",
"version": "1.2.0",
"version": "1.2.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -19,7 +19,7 @@
"bundleIdentifier": "com.suvink.scrabbleclock"
},
"android": {
"versionCode": 4,
"versionCode": 5,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
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": "scrabble-clock",
"version": "1.2.0",
"version": "1.2.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit e819e95

Please sign in to comment.