diff --git a/README.md b/README.md index 1d3bff0..4832cf7 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Add the following dependency to your project's build file ```scala // sbt -"com.bot4s" %% "zmatrix" % "0.1.1" +"com.bot4s" %% "zmatrix" % "0.1.2" // mill -ivy"com.bot4s::zmatrix:0.1.1" +ivy"com.bot4s::zmatrix:0.1.2" ``` It is also possible to get the latest snapshot from [Snapshot Artifacts][link-sonatypesnapshots] by adding the following diff --git a/build.sc b/build.sc index 3dbdacf..97ceda8 100644 --- a/build.sc +++ b/build.sc @@ -16,7 +16,7 @@ val scalaVersions = List("2.12.15", "2.13.7") trait Publishable extends PublishModule { override def artifactName = s"zmatrix" - override def publishVersion = "0.1.1" + override def publishVersion = "0.1.2" override def pomSettings = PomSettings( description = "Matrix.org API client written using ZIO",