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 53edbdf commit 570065a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

## Version 1.0.1

_2015-04-02_

* Fixed singleton threading issue.

## Version 1.0.0

_2015-03-25_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ of the incoming samples:
### Download
Download [the latest JARs](https://github.com/facebook/network-connection-class/releases/latest) or grab via Gradle:
```groovy
compile 'com.facebook.network.connectionclass:connectionclass:1.0.0'
compile 'com.facebook.network.connectionclass:connectionclass:1.0.1'
```
or Maven:
```xml
<dependency>
<groupId>com.facebook.network.connectionclass</groupId>
<artifactId>connectionclass</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1
GROUP=com.facebook.network.connectionclass

0 comments on commit 570065a

Please sign in to comment.