Skip to content

Commit

Permalink
Build: Release version v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tindzk committed Jun 16, 2018
1 parent 2e7b5f3 commit ac937a3
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 @@ -73,8 +73,8 @@ addCompilerPlugin("org.scala-native" % "nscplugin" % nativeVersion cross CrossVe

### Dependencies
```scala
libraryDependencies += "tech.sparse" %% "pine" % "0.1.2" // JVM
libraryDependencies += "tech.sparse" %%% "pine" % "0.1.2" // JavaScript, LLVM
libraryDependencies += "tech.sparse" %% "pine" % "0.1.3" // JVM
libraryDependencies += "tech.sparse" %%% "pine" % "0.1.3" // JavaScript, LLVM
```

## Links
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.3-SNAPSHOT"
version in ThisBuild := "0.1.3"

0 comments on commit ac937a3

Please sign in to comment.