Skip to content

Commit

Permalink
release 1.0.2 🐎
Browse files Browse the repository at this point in the history
  • Loading branch information
blundell committed May 9, 2015
1 parent d186737 commit 7957f43
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Adding to your project

```groovy
dependencies {
compile 'com.blundell:quicksand:1.0.1'
compile 'com.blundell:quicksand:1.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publish {
userOrg = 'blundell'
groupId = 'com.blundell'
artifactId = 'quicksand'
version = '1.0.1'
version = '1.0.2'
description = 'Monitor and automatically adjust animation durations based on view count.'
website = 'https://github.com/blundell/QuickSand'
}
Expand Down
5 changes: 5 additions & 0 deletions releases/RELEASE-NOTES.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.2
-----

Renames Velocity > VelocityInterpolator

1.0.1
-----

Expand Down
Binary file added releases/quicksand-1.0.2.aar
Binary file not shown.

0 comments on commit 7957f43

Please sign in to comment.