Skip to content

Commit

Permalink
chore: release v1.1.1 for fix the circle close arc become lucency whe…
Browse files Browse the repository at this point in the history
…n set percent >=1 directly
  • Loading branch information
Jacksgong committed Aug 8, 2018
1 parent ce1d6aa commit ba88d7e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
---

## Version 1.1.1

_2018-08-08_

- Fix the circle close arc become lucency when set percent >=1 directly

## Version 1.1.0

_2018-08-07_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
`build.gradle`中配置:

```
implementation 'com.liulishuo.magicprogresswidget:library:1.1.0'
implementation 'com.liulishuo.magicprogresswidget:library:1.1.1'
```

> 建议参考github中的demo
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.liulishuo.magicprogresswidget

VERSION_NAME=1.1.0
VERSION_NAME=1.1.1
BUILD_TOOLS_VERSION=27.0.3
COMPILE_SDK_VERSION=27
TARGET_SDK_VERSION=27
Expand Down

0 comments on commit ba88d7e

Please sign in to comment.