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

Commit 570065a

Browse files
committed
1.0.1 Release
1 parent 53edbdf commit 570065a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

4+
## Version 1.0.1
5+
6+
_2015-04-02_
7+
8+
* Fixed singleton threading issue.
9+
410
## Version 1.0.0
511

612
_2015-03-25_

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ of the incoming samples:
2121
### Download
2222
Download [the latest JARs](https://github.com/facebook/network-connection-class/releases/latest) or grab via Gradle:
2323
```groovy
24-
compile 'com.facebook.network.connectionclass:connectionclass:1.0.0'
24+
compile 'com.facebook.network.connectionclass:connectionclass:1.0.1'
2525
```
2626
or Maven:
2727
```xml
2828
<dependency>
2929
<groupId>com.facebook.network.connectionclass</groupId>
3030
<artifactId>connectionclass</artifactId>
31-
<version>1.0.0</version>
31+
<version>1.0.1</version>
3232
</dependency>
3333
```
3434

gradle.properties

Lines changed: 1 addition & 1 deletion
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.network.connectionclass

0 commit comments

Comments
 (0)