Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiKiru committed Apr 25, 2022
1 parent bbb3f55 commit 54aa55e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "Eclipse - Pomodoro App",
"slug": "eclipse",
"version": "1.0.0",
"version": "1.1.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
Expand All @@ -24,7 +24,8 @@
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0E0E0E"
},
"package": "com.saikiru.eclipse_pomodoro"
"package": "com.saikiru.eclipse_pomodoro",
"versionCode": 2
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eclipse",
"license": "MIT",
"version": "1.0.0",
"version": "1.1.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 54aa55e

Please sign in to comment.