Skip to content

Commit

Permalink
chore: release v1.1.0 for support foot-over-head feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Aug 7, 2018
1 parent f5ed77f commit 0761ac1
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.0

_2018-08-07_

- Add `foot_over_head` for support close MagicProgressCircle foot above head

## Version 1.0.9

_2016-04-21_
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`中配置:

```
compile 'com.liulishuo.magicprogresswidget:library:1.0.9'
implementation 'com.liulishuo.magicprogresswidget:library:1.1.0'
```

> 建议参考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.0.9
VERSION_NAME=1.1.0
BUILD_TOOLS_VERSION=27.0.3
COMPILE_SDK_VERSION=27

Expand Down

0 comments on commit 0761ac1

Please sign in to comment.