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

Commit bdcee4d

Browse files
committed
1.0.1 Release
1 parent a7b5bf1 commit bdcee4d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
## Version 1.0.1
5+
6+
_2015-04-02_
7+
8+
* Threading fix.
9+
10+
411
## Version 1.0.0
512

613
_2015-03-25_

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Mappings as of this writing (ceilings, aside from the final row):
2525
### Download
2626
Download [the latest JARs](https://github.com/facebook/device-year-class/releases/latest) or grab via Gradle:
2727
```groovy
28-
compile 'com.facebook.device.yearclass:yearclass:1.0.0'
28+
compile 'com.facebook.device.yearclass:yearclass:1.0.1'
2929
```
3030
or Maven:
3131
```xml
3232
<dependency>
3333
<groupId>com.facebook.device.yearclass</groupId>
3434
<artifactId>yearclass</artifactId>
35-
<version>1.0.0</version>
35+
<version>1.0.1</version>
3636
</dependency>
3737
```
3838

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION_NAME=1.0.0
1+
VERSION_NAME=1.0.1
22
GROUP=com.facebook.device.yearclass

0 commit comments

Comments
 (0)