Skip to content

Commit 7957f43

Browse files
committed
release 1.0.2 🐎
1 parent d186737 commit 7957f43

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

Diff for: README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Adding to your project
4949

5050
```groovy
5151
dependencies {
52-
compile 'com.blundell:quicksand:1.0.1'
52+
compile 'com.blundell:quicksand:1.0.2'
5353
}
5454
```
5555

Diff for: core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ publish {
2020
userOrg = 'blundell'
2121
groupId = 'com.blundell'
2222
artifactId = 'quicksand'
23-
version = '1.0.1'
23+
version = '1.0.2'
2424
description = 'Monitor and automatically adjust animation durations based on view count.'
2525
website = 'https://github.com/blundell/QuickSand'
2626
}

Diff for: releases/RELEASE-NOTES.MD

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.2
2+
-----
3+
4+
Renames Velocity > VelocityInterpolator
5+
16
1.0.1
27
-----
38

Diff for: releases/quicksand-1.0.2.aar

19.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)