diff --git a/CHANGELOG.md b/CHANGELOG.md index 6467668..a43a25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Change Log ========== +## Version 1.0.1 + +_2015-04-02_ + + * Threading fix. + + ## Version 1.0.0 _2015-03-25_ diff --git a/README.md b/README.md index 4a3be3f..1af0c63 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ Mappings as of this writing (ceilings, aside from the final row): ### Download Download [the latest JARs](https://github.com/facebook/device-year-class/releases/latest) or grab via Gradle: ```groovy -compile 'com.facebook.device.yearclass:yearclass:1.0.0' +compile 'com.facebook.device.yearclass:yearclass:1.0.1' ``` or Maven: ```xml com.facebook.device.yearclass yearclass - 1.0.0 + 1.0.1 ``` diff --git a/gradle.properties b/gradle.properties index 1f63dcc..4cf3450 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -VERSION_NAME=1.0.0 +VERSION_NAME=1.0.1 GROUP=com.facebook.device.yearclass \ No newline at end of file