Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
1.0.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
SeyelentEco committed Apr 3, 2015
1 parent a7b5bf1 commit bdcee4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
Change Log
==========

## Version 1.0.1

_2015-04-02_

* Threading fix.


## Version 1.0.0

_2015-03-25_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
<dependency>
<groupId>com.facebook.device.yearclass</groupId>
<artifactId>yearclass</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1
GROUP=com.facebook.device.yearclass

0 comments on commit bdcee4d

Please sign in to comment.