Skip to content

Commit

Permalink
Preparing 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonLeGrange committed Apr 8, 2015
1 parent 809078e commit c5416b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can read all about them [on their commercial site](http://www.panstamp.com/)

## Versions

The current stable version is *1.0*. For more information about different releases, see the [Release notes](RELEASES.md)
The current stable version is *1.0.1*. For more information about different releases, see the [Release notes](RELEASES.md)

This library uses [semantic versioning](http://semver.org/)

Expand All @@ -33,7 +33,7 @@ Add the dependency below to your pom.xml to use the artifact from Maven Central:
<dependency>
<groupId>me.legrange</groupId>
<artifactId>panstamp-java</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

Version | Date | Description
--------|------------|------------
1.0.1 | 2015-04-08 | This is a minor code quality and bug fix release.
1.0 | 2015-03-23 | First public release. Feature complete, released to Maven Central and on GitHub.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>me.legrange</groupId>
<artifactId>panstamp</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>panStamp Device Library</name>
Expand Down

0 comments on commit c5416b1

Please sign in to comment.