Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
experiment322 committed Nov 10, 2019
1 parent 01b337d commit 8aeff03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ android {
}

defaultConfig {
versionCode 10
versionName "1.1.1"
versionCode 11
versionName "1.2.0"
applicationId "com.controlloid"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "controlloid-client",
"version": "1.1.1",
"version": "1.2.0",
"private": true,
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 8aeff03

Please sign in to comment.