Skip to content

Commit 0761ac1

Browse files
committed
chore: release v1.1.0 for support foot-over-head feature
1 parent f5ed77f commit 0761ac1

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.0
5+
6+
_2018-08-07_
7+
8+
- Add `foot_over_head` for support close MagicProgressCircle foot above head
9+
410
## Version 1.0.9
511

612
_2016-04-21_

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-
compile 'com.liulishuo.magicprogresswidget:library:1.0.9'
17+
implementation 'com.liulishuo.magicprogresswidget:library:1.1.0'
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.0.9
3+
VERSION_NAME=1.1.0
44
BUILD_TOOLS_VERSION=27.0.3
55
COMPILE_SDK_VERSION=27
66

0 commit comments

Comments
 (0)