Skip to content

Commit 4b8d13d

Browse files
committed
Setting version to 0.6.0
1 parent 5e24e78 commit 4b8d13d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Currently, it doesn't support formatting string interpolator (`f""` literal), ho
2121
Add the library to a dependency list:
2222

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

2727
Add import and replace prefix `s` by `fs` (or for a raw string interpolator `raw` by `fraw`):

version.sbt

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

0 commit comments

Comments
 (0)