From 31b64a9327b2d0d5522538b7b82a81c921b5e7b3 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 19 May 2013 20:43:01 -0400 Subject: [PATCH] back to -SNAPSHOT and put 1.0.1 in the README --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85794952..ae317bf5 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Maven Central. com.typesafe config - 1.0.0 + 1.0.1 Obsolete releases are here, but you probably don't want these: diff --git a/build.sbt b/build.sbt index 1e58c7c1..5f5c4c5f 100644 --- a/build.sbt +++ b/build.sbt @@ -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"