Skip to content

Commit 3c60075

Browse files
committed
v1.0.0
1 parent eac5c6c commit 3c60075

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.0: October 15, 2012
2+
3+
- no changes from 0.6.0. ABI now guaranteed for 1.0.x series.
4+
15
# 0.6.0: October 10, 2012
26

37
- add ConfigRenderOptions.setJson which can be used to enable or

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Maven Central.
4444
<dependency>
4545
<groupId>com.typesafe</groupId>
4646
<artifactId>config</artifactId>
47-
<version>0.6.0</version>
47+
<version>1.0.0</version>
4848
</dependency>
4949

5050
Obsolete releases are here, but you probably don't want these:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Versions and git tags should follow: http://semver.org/
1010
// except using -SNAPSHOT instead of without hyphen.
1111

12-
version in GlobalScope := "0.6.0-SNAPSHOT"
12+
version in GlobalScope := "1.0.0"
1313

1414
organization in GlobalScope := "com.typesafe"
1515

0 commit comments

Comments
 (0)