Skip to content

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uknownothingsnow committed Feb 28, 2015
1 parent 39fc402 commit d5f3af2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and CleanMaster

```groovy
dependencies {
compile 'com.github.lzyzsd:circleprogress:1.0.3@aar'
compile 'com.github.lzyzsd:circleprogress:1.1.0@aar'
}
```

Expand All @@ -31,7 +31,7 @@ dependencies {
<dependency>
<groupId>com.github.lzyzsd</groupId>
<artifactId>circleprogress</artifactId>
<version>1.0.3</version>
<version>1.1.0</version>
<type>apklib</type>
</dependency>
```
Expand Down Expand Up @@ -143,6 +143,10 @@ or
run `gradlew.bat assembleDebug` (Windows)


###Changes

version 1.1.0: add bottom text to DonutProgressView

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 21
versionCode 3
versionName "1.0.3"
versionCode 4
versionName "1.1.0"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
POM_NAME=CircleProgress
POM_ARTIFACT_ID=circleprogress
POM_PACKAGING=aar
VERSION_NAME=1.0.3
VERSION_CODE=3
VERSION_NAME=1.1.0
VERSION_CODE=4
GROUP=com.github.lzyzsd

POM_DESCRIPTION=Android Circle Progress, Arc Progress, Donut Progress views
Expand Down

0 comments on commit d5f3af2

Please sign in to comment.