Skip to content

Commit

Permalink
Build: Publish v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tindzk committed Dec 30, 2017
1 parent aa3d239 commit 42c018b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ toml-scala is a feature-complete implementation of [TOML](https://github.com/tom

### Dependencies
```scala
libraryDependencies += "tech.sparse" %% "toml-scala" % "0.1.0" // JVM
libraryDependencies += "tech.sparse" %%% "toml-scala" % "0.1.0" // JavaScript, LLVM
libraryDependencies += "tech.sparse" %% "toml-scala" % "0.1.1" // JVM
libraryDependencies += "tech.sparse" %%% "toml-scala" % "0.1.1" // JavaScript, LLVM
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.1.1-SNAPSHOT"
version in ThisBuild := "0.1.1"

0 comments on commit 42c018b

Please sign in to comment.