back to -SNAPSHOT and put 1.0.1 in the README

This commit is contained in:
Havoc Pennington 2013-05-19 20:43:01 -04:00
parent 6303917eaa
commit 31b64a9327
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ Maven Central.
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
Obsolete releases are here, but you probably don't want these:

View File

@ -9,7 +9,7 @@
// Versions and git tags should follow: http://semver.org/
// except using -SNAPSHOT instead of without hyphen.
version in GlobalScope := "1.0.1"
version in GlobalScope := "1.0.1-SNAPSHOT"
organization in GlobalScope := "com.typesafe"