Skip to content

Commit

Permalink
chore(upgrade): upgrade version name(1.0.8->1.0.9) code(8->9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Apr 21, 2016
1 parent 911dfb5 commit 3592836
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.0.9

_2016-04-21_

- `MagicProgressBar``MagicProgressCircle`添加Smooth-Progress-Duration功能: `setSmoothPercent(percent:float, durationMillis:long):void`,可以在指定时间范围内平滑的滚动到指定的百分比

## Version 1.0.8

- `MagicProgressBar``MagicProgressCircle`添加Smooth-Progress功能: `setSmoothPercent(percent:float):void`
Expand Down
3 changes: 2 additions & 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.8'
compile 'com.liulishuo.magicprogresswidget:library:1.0.9'
```

> 建议参考github中的demo
Expand Down Expand Up @@ -56,6 +56,7 @@ compile 'com.liulishuo.magicprogresswidget:library:1.0.8'
> 相比系统的ProgressBar更加轻量,如果你的ProgressBar要求不是很复杂,推荐使用
> 支持平滑过渡: `setSmoothPercent(percent:float):void`
> 支持指定时间的平滑过渡: `setSmoothPercent(percent:float, durationMillis:long):void`
| 参数 | 含义 | 默认值 |
| :--- | :--- | :--- |
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.8
VERSION_CODE=8
VERSION_NAME=1.0.9
VERSION_CODE=9
BUILD_TOOLS_VERSION=23.0.1
COMPILE_SDK_VERSION=23

Expand Down

0 comments on commit 3592836

Please sign in to comment.