Skip to content

Commit 956a0b7

Browse files
committed
bump version to 1.0.1
1 parent acdb7d4 commit 956a0b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
```
2222

2323
```groovy
24-
compile 'com.hackplan.androidarcmenu:library:1.0.0'
24+
compile 'com.hackplan.androidarcmenu:library:1.0.1'
2525
```
2626

2727
# Usage

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.0.0
2-
VERSION_CODE=1
1+
VERSION_NAME=1.0.1
2+
VERSION_CODE=2
33
BUILD_TOOLS_VERSION=25.0.0
44
COMPILE_SDK_VERSION=24
55

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = '//github.com/HackPlan/AndroidArcMenu'
1414
gitUrl = '//github.com/HackPlan/AndroidArcMenu'
1515

16-
libraryVersion = '1.0.0'
16+
libraryVersion = '1.0.1'
1717

1818
developerId = 'Dacer'
1919
developerName = 'Ding Wenhao'

0 commit comments

Comments
 (0)