Skip to content

Commit ba88d7e

Browse files
committed
chore: release v1.1.1 for fix the circle close arc become lucency when set percent >=1 directly
1 parent ce1d6aa commit ba88d7e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
---
33

4+
## Version 1.1.1
5+
6+
_2018-08-08_
7+
8+
- Fix the circle close arc become lucency when set percent >=1 directly
9+
410
## Version 1.1.0
511

612
_2018-08-07_

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
`build.gradle`中配置:
1515

1616
```
17-
implementation 'com.liulishuo.magicprogresswidget:library:1.1.0'
17+
implementation 'com.liulishuo.magicprogresswidget:library:1.1.1'
1818
```
1919

2020
> 建议参考github中的demo

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.liulishuo.magicprogresswidget
22

3-
VERSION_NAME=1.1.0
3+
VERSION_NAME=1.1.1
44
BUILD_TOOLS_VERSION=27.0.3
55
COMPILE_SDK_VERSION=27
66
TARGET_SDK_VERSION=27

0 commit comments

Comments
 (0)