Skip to content

Commit

Permalink
Updated for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Jan 10, 2017
1 parent b031e0d commit 69db43d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@ Quick links:

- [About the library](#about)
- [How to get latest version](#getit)
- [API Docs](https://oss.sonatype.org/service/local/repositories/releases/archive/com/ccadllc/cedi/config_2.12/1.0.0/config_2.12-1.0.0-javadoc.jar/!/com/ccadllc/cedi/config/index.html)
- [API Docs](https://oss.sonatype.org/service/local/repositories/releases/archive/com/ccadllc/cedi/config_2.12/1.1.0/config_2.12-1.1.0-javadoc.jar/!/com/ccadllc/cedi/config/index.html)

### <a id="about"></a>About the library

Expand Down Expand Up @@ -229,7 +229,7 @@ The `type` field acts as a *discriminator* -- a value used to determine which da
Cedi Config supports Scala 2.11 and 2.12. It is published to Maven Central.

```scala
libraryDependencies += "com.ccadllc.cedi" %% "config" % "1.0.0"
libraryDependencies += "com.ccadllc.cedi" %% "config" % "1.1.0"
```

## Copyright and License
Expand Down
4 changes: 2 additions & 2 deletions readme/src/main/tut/README.md
Expand Up @@ -4,7 +4,7 @@ Quick links:

- [About the library](#about)
- [How to get latest version](#getit)
- [API Docs](https://oss.sonatype.org/service/local/repositories/releases/archive/com/ccadllc/cedi/config_2.12/1.0.0/config_2.12-1.0.0-javadoc.jar/!/com/ccadllc/cedi/config/index.html)
- [API Docs](https://oss.sonatype.org/service/local/repositories/releases/archive/com/ccadllc/cedi/config_2.12/1.1.0/config_2.12-1.1.0-javadoc.jar/!/com/ccadllc/cedi/config/index.html)

### <a id="about"></a>About the library

Expand Down Expand Up @@ -194,7 +194,7 @@ The `type` field acts as a *discriminator* -- a value used to determine which da
Cedi Config supports Scala 2.11 and 2.12. It is published to Maven Central.

```scala
libraryDependencies += "com.ccadllc.cedi" %% "config" % "1.0.0"
libraryDependencies += "com.ccadllc.cedi" %% "config" % "1.1.0"
```

## Copyright and License
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "1.1.0-SNAPSHOT"
version in ThisBuild := "1.2.0-SNAPSHOT"

0 comments on commit 69db43d

Please sign in to comment.