Skip to content

Commit

Permalink
Setting version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Radyk committed Oct 6, 2018
1 parent 809af8a commit 80e6c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resolvers += Resolver.jcenterRepo
Add the library to a dependency list:

```sbt
libraryDependencies += "com.sizmek.fsi" %% "fsi-macros" % "0.3.0"
libraryDependencies += "com.sizmek.fsi" %% "fsi-macros" % "0.3.1"
```

Add import and replace prefix `s` by `fs` (or for a raw string interpolator `raw` by `fraw`):
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.3.1-SNAPSHOT"
version in ThisBuild := "0.3.1"

0 comments on commit 80e6c0d

Please sign in to comment.