Skip to content

Commit 476d515

Browse files
author
Andrii Radyk
committed
Setting version to 0.4.1
1 parent 6f47beb commit 476d515

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
@@ -27,7 +27,7 @@ resolvers += Resolver.jcenterRepo
2727
Add the library to a dependency list:
2828

2929
```sbt
30-
libraryDependencies += "com.sizmek.fsi" %% "fsi-macros" % "0.4.0"
30+
libraryDependencies += "com.sizmek.fsi" %% "fsi-macros" % "0.4.1"
3131
```
3232

3333
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.4.1-SNAPSHOT"
1+
version in ThisBuild := "0.4.1"

0 commit comments

Comments
 (0)