Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Bump v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kagurazaka committed Nov 2, 2017
1 parent f4729d3 commit a93bc6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}
dependencies {
compile 'com.github.k-kagurazaka:taiyaki:1.0.0'
compile 'com.github.k-kagurazaka:taiyaki:1.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Project settings
GROUP=com.github.k-kagurazaka
VERSION_NAME=1.0.0
VERSION_NAME=1.1.0
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 27
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
}
Expand Down

0 comments on commit a93bc6c

Please sign in to comment.