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

Commit aa6994f

Browse files
committed
Setting version to 1.3.0
1 parent c19ab59 commit aa6994f

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
@@ -12,7 +12,7 @@ Builds are available for Scala 2.11 and 2.12
1212

1313
````scala
1414
libraryDependencies ++= Seq(
15-
"com.softwaremill.stringmask" %% "stringmask" % "1.2.0",
15+
"com.softwaremill.stringmask" %% "stringmask" % "1.3.0",
1616
compilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)
1717
)
1818
````

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.2.1-SNAPSHOT"
1+
version in ThisBuild := "1.3.0"

0 commit comments

Comments
 (0)