Skip to content

Commit

Permalink
Setting version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Radyk committed Jan 15, 2019
1 parent 6f47beb commit 476d515
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.4.0"
libraryDependencies += "com.sizmek.fsi" %% "fsi-macros" % "0.4.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.4.1-SNAPSHOT"
version in ThisBuild := "0.4.1"

0 comments on commit 476d515

Please sign in to comment.