Skip to content

Commit

Permalink
Setting version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Radyk committed May 16, 2018
1 parent 4151d21 commit 3495d17
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" %% "macros" % "0.1.0"
libraryDependencies += "com.sizmek.fsi" %% "macros" % "0.2.0"
```

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.2.0-SNAPSHOT"
version in ThisBuild := "0.2.0"

0 comments on commit 3495d17

Please sign in to comment.