Skip to content

Commit 7f27552

Browse files
author
Said Tahsin Dane
committed
Prepare for release 0.4
1 parent e554e72 commit 7f27552

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

4+
Version 0.4 *(2016-10-13)*
5+
--------------------------
6+
7+
Fixes an edge case bug which happens when `DelayedProgressBar` is attached to window after `show()`
8+
method is called. See #1
9+
10+
411
Version 0.3 *(2015-12-16)*
512
--------------------------
613

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Download
8282
--------
8383

8484
```groovy
85-
compile 'com.tasomaniac:delayed-progress:0.3'
85+
compile 'com.tasomaniac:delayed-progress:0.4'
8686
```
8787

8888
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.tasomaniac
2-
VERSION_NAME=0.4-SNAPSHOT
2+
VERSION_NAME=0.4
33

44
POM_DESCRIPTION=ProgressBar and ProgressDialog that waits a minimum time to be dismissed before showing. Once visible, the they will be visible for a minimum amount of time to avoid "flashes" in the UI.
55

0 commit comments

Comments
 (0)