Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 42c018b

Browse files
committed
Build: Publish v0.1.1
1 parent aa3d239 commit 42c018b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ toml-scala is a feature-complete implementation of [TOML](https://github.com/tom
2525

2626
### Dependencies
2727
```scala
28-
libraryDependencies += "tech.sparse" %% "toml-scala" % "0.1.0" // JVM
29-
libraryDependencies += "tech.sparse" %%% "toml-scala" % "0.1.0" // JavaScript, LLVM
28+
libraryDependencies += "tech.sparse" %% "toml-scala" % "0.1.1" // JVM
29+
libraryDependencies += "tech.sparse" %%% "toml-scala" % "0.1.1" // JavaScript, LLVM
3030
```
3131

3232
## Examples

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.1.1-SNAPSHOT"
1+
version in ThisBuild := "0.1.1"

0 commit comments

Comments
 (0)