Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Setting version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed Jul 9, 2018
1 parent c19ab59 commit aa6994f
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 @@ -12,7 +12,7 @@ Builds are available for Scala 2.11 and 2.12

````scala
libraryDependencies ++= Seq(
"com.softwaremill.stringmask" %% "stringmask" % "1.2.0",
"com.softwaremill.stringmask" %% "stringmask" % "1.3.0",
compilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)
)
````
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 := "1.2.1-SNAPSHOT"
version in ThisBuild := "1.3.0"

0 comments on commit aa6994f

Please sign in to comment.