Skip to content

Commit

Permalink
update version of 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zcweng committed Mar 16, 2017
1 parent c2b31ac commit 8a20351
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
...
dependencies {
compile 'com.github.zcweng:switch-button:0.0.2@aar'
compile 'com.github.zcweng:switch-button:0.0.3@aar'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ org.gradle.jvmargs=-Xmx1536m



VERSION_NAME=0.0.2
VERSION_CODE=2
VERSION_NAME=0.0.3
VERSION_CODE=3
GROUP=com.github.zcweng

POM_DESCRIPTION=SwitchButton.An *beautiful+lightweight+custom-style-easy* switch widget for Android
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'

def VERSION_CODE = 2
def VERSION_NAME = "0.0.2"
def VERSION_CODE = 3
def VERSION_NAME = "0.0.3"

android {
compileSdkVersion 23
Expand Down

0 comments on commit 8a20351

Please sign in to comment.