diff --git a/README.md b/README.md index feaa03a..6cefcb0 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.3.3" +"com.bot4s" %% "zmatrix" % "0.3.4" // mill -ivy"com.bot4s::zmatrix:0.3.3" +ivy"com.bot4s::zmatrix:0.3.4" ``` 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 f3dc9c9..240b5c0 100644 --- a/build.sc +++ b/build.sc @@ -19,7 +19,7 @@ val scalaVersions = List("2.12.18", "2.13.12", "3.3.1") trait Publishable extends PublishModule { override def artifactName = "zmatrix" - override def publishVersion = "0.3.3" + override def publishVersion = "0.3.4" override def pomSettings = PomSettings( description = "Matrix.org API client written using ZIO",