Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dacer committed Nov 20, 2016
1 parent acdb7d4 commit 956a0b7
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 @@ -21,7 +21,7 @@ repositories {
```

```groovy
compile 'com.hackplan.androidarcmenu:library:1.0.0'
compile 'com.hackplan.androidarcmenu:library:1.0.1'
```

# Usage
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.0
VERSION_CODE=1
VERSION_NAME=1.0.1
VERSION_CODE=2
BUILD_TOOLS_VERSION=25.0.0
COMPILE_SDK_VERSION=24

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = '//github.com/HackPlan/AndroidArcMenu'
gitUrl = '//github.com/HackPlan/AndroidArcMenu'

libraryVersion = '1.0.0'
libraryVersion = '1.0.1'

developerId = 'Dacer'
developerName = 'Ding Wenhao'
Expand Down

0 comments on commit 956a0b7

Please sign in to comment.