From 8245fd9dd51653780b74d7a0c1d284f68091cc9d Mon Sep 17 00:00:00 2001 From: ex0ns Date: Mon, 22 Nov 2021 18:05:44 +0100 Subject: [PATCH] [release] release 0.1.2 (#16) --- README.md | 4 ++-- build.sc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",