From 707ff16ea82a32d2b37619ad781407176acf53ce Mon Sep 17 00:00:00 2001 From: ex0ns Date: Tue, 19 Sep 2023 18:36:52 +0000 Subject: [PATCH] chore: release 0.3.3 (#152) --- README.md | 4 ++-- build.sc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 499c977..feaa03a 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.2" +"com.bot4s" %% "zmatrix" % "0.3.3" // mill -ivy"com.bot4s::zmatrix:0.3.2" +ivy"com.bot4s::zmatrix:0.3.3" ``` 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 6180337..2765993 100644 --- a/build.sc +++ b/build.sc @@ -19,7 +19,7 @@ val scalaVersions = List("2.12.17", "2.13.12", "3.3.1") trait Publishable extends PublishModule { override def artifactName = "zmatrix" - override def publishVersion = "0.3.2" + override def publishVersion = "0.3.3" override def pomSettings = PomSettings( description = "Matrix.org API client written using ZIO",