Skip to content

Commit 3495d17

Browse files
author
Andrii Radyk
committed
Setting version to 0.2.0
1 parent 4151d21 commit 3495d17

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" %% "macros" % "0.1.0"
30+
libraryDependencies += "com.sizmek.fsi" %% "macros" % "0.2.0"
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.2.0-SNAPSHOT"
1+
version in ThisBuild := "0.2.0"

0 commit comments

Comments
 (0)