Skip to content

Commit

Permalink
Setting version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Jun 7, 2019
1 parent 5e24e78 commit 4b8d13d
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 @@ -21,7 +21,7 @@ Currently, it doesn't support formatting string interpolator (`f""` literal), ho
Add the library to a dependency list:

```sbt
libraryDependencies += "com.github.plokhotnyuk.fsi" %% "fsi-macros" % "0.5.0"
libraryDependencies += "com.github.plokhotnyuk.fsi" %% "fsi-macros" % "0.6.0"
```

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.5.1-SNAPSHOT"
version in ThisBuild := "0.6.0"

0 comments on commit 4b8d13d

Please sign in to comment.