Skip to content

Commit 80e6c0d

Browse files
author
Andrii Radyk
committed
Setting version to 0.3.1
1 parent 809af8a commit 80e6c0d

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.3.0"
30+
libraryDependencies += "com.sizmek.fsi" %% "fsi-macros" % "0.3.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.3.1-SNAPSHOT"
1+
version in ThisBuild := "0.3.1"

0 commit comments

Comments
 (0)