Skip to content

Commit

Permalink
update version numbers from 1.0 to 1.1 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Nov 15, 2013
1 parent 456b8da commit 5db7098
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Now someone can launch your application with the JVM flag
<dependency>
<groupId>edu.gatech.gtri.typesafeconfig-extensions</groupId>
<artifactId>typesafeconfig-factory</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
```

Expand Down Expand Up @@ -99,7 +99,7 @@ String configValue = jndiContext().toConfig().getString("abc");
<dependency>
<groupId>edu.gatech.gtri.typesafeconfig-extensions</groupId>
<artifactId>typesafeconfig-jndi</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
```

Expand Down Expand Up @@ -150,7 +150,7 @@ This web application's `ConfigFactory` would then include configuration loaded f
<dependency>
<groupId>edu.gatech.gtri.typesafeconfig-extensions</groupId>
<artifactId>typesafeconfig-for-webapps</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
```

Expand All @@ -175,7 +175,7 @@ val f = a - "A" // D: E

```
libraryDependencies += "edu.gatech.gtri.typesafeconfig-extensions" %
"typesafeconfig-for-scala_2.10" % "1.0"
"typesafeconfig-for-scala_2.10" % "1.1"
```

## Information for developers
Expand Down

0 comments on commit 5db7098

Please sign in to comment.