Skip to content

Commit

Permalink
1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
experiment322 committed Mar 22, 2019
1 parent ef1de6c commit d933150
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 @@ -105,8 +105,8 @@ android {
applicationId "com.controlloid"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "1.0.0-beta.3"
versionCode 6
versionName "1.0.0-beta.4"
}
signingConfigs {
release {
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.0.0-beta.3",
"version": "1.0.0-beta.4",
"private": true,
"scripts": {
"test": "jest",
Expand Down

0 comments on commit d933150

Please sign in to comment.