Skip to content

Commit

Permalink
Build: Publish v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tindzk committed Mar 20, 2018
1 parent 4f0fd8f commit b905b5e
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 @@ -76,8 +76,8 @@ addCompilerPlugin("org.scala-native" % "nscplugin" % nativeVersion cross CrossVe

### Dependencies
```scala
libraryDependencies += "tech.sparse" %% "pine" % "0.1.1" // JVM
libraryDependencies += "tech.sparse" %%% "pine" % "0.1.1" // JavaScript, LLVM
libraryDependencies += "tech.sparse" %% "pine" % "0.1.2" // JVM
libraryDependencies += "tech.sparse" %%% "pine" % "0.1.2" // 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.2-SNAPSHOT"
version in ThisBuild := "0.1.2"

0 comments on commit b905b5e

Please sign in to comment.