diff --git a/README.md b/README.md index a5dce213..9d1b5382 100644 --- a/README.md +++ b/README.md @@ -38,23 +38,22 @@ The license is Apache 2.0, see LICENSE-2.0.txt. ## Binary Releases -You can find published releases here: - - - http://repo.typesafe.com/typesafe/releases/com/typesafe/config/config/ - -Alternately, unofficial binary releases are also in [maven central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22typesafe-config%22) as: +You can find published releases on Maven Central. - org.skife.com.typesafe.config - typesafe-config - 0.3.0 + com.typesafe + config + 0.4.0 +Obsolete releases are here, but you probably don't want these: + + - http://repo.typesafe.com/typesafe/releases/com/typesafe/config/config/ ## API docs - Online: http://typesafehub.github.com/config/latest/api/ - - also published in jar form at http://repo.typesafe.com/typesafe/releases/com/typesafe/config/config/ + - also published in jar form - consider reading this README first for an intro - for questions about the `.conf` file format, read HOCON.md in this directory diff --git a/build.sbt b/build.sbt index 4e53d168..3330e6f1 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 := "0.3.1-SNAPSHOT" +version in GlobalScope := "0.4.0" organization in GlobalScope := "com.typesafe"