Skip to content

Commit 3592836

Browse files
committed
chore(upgrade): upgrade version name(1.0.8->1.0.9) code(8->9)
1 parent 911dfb5 commit 3592836

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.0.9
5+
6+
_2016-04-21_
7+
8+
- `MagicProgressBar``MagicProgressCircle`添加Smooth-Progress-Duration功能: `setSmoothPercent(percent:float, durationMillis:long):void`,可以在指定时间范围内平滑的滚动到指定的百分比
9+
410
## Version 1.0.8
511

612
- `MagicProgressBar``MagicProgressCircle`添加Smooth-Progress功能: `setSmoothPercent(percent:float):void`

README.md

Lines changed: 2 additions & 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.8'
17+
compile 'com.liulishuo.magicprogresswidget:library:1.0.9'
1818
```
1919

2020
> 建议参考github中的demo
@@ -56,6 +56,7 @@ compile 'com.liulishuo.magicprogresswidget:library:1.0.8'
5656
> 相比系统的ProgressBar更加轻量,如果你的ProgressBar要求不是很复杂,推荐使用
5757
5858
> 支持平滑过渡: `setSmoothPercent(percent:float):void`
59+
> 支持指定时间的平滑过渡: `setSmoothPercent(percent:float, durationMillis:long):void`
5960
6061
| 参数 | 含义 | 默认值 |
6162
| :--- | :--- | :--- |

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.0.8
2-
VERSION_CODE=8
1+
VERSION_NAME=1.0.9
2+
VERSION_CODE=9
33
BUILD_TOOLS_VERSION=23.0.1
44
COMPILE_SDK_VERSION=23
55

0 commit comments

Comments
 (0)