Skip to content

Commit 0cad2f5

Browse files
authored
chore: release 0.4.0 (#178)
1 parent f728ff7 commit 0cad2f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Add the following dependency to your project's build file
1212

1313
```scala
1414
// sbt
15-
"com.bot4s" %% "zmatrix" % "0.3.4"
15+
"com.bot4s" %% "zmatrix" % "0.4.0"
1616
// mill
17-
ivy"com.bot4s::zmatrix:0.3.4"
17+
ivy"com.bot4s::zmatrix:0.4.0"
1818
```
1919

2020
It is also possible to get the latest snapshot from [Snapshot Artifacts][link-sonatypesnapshots] by adding the following

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ val scalaVersions = List("2.12.19", "2.13.13", "3.3.3")
1919

2020
trait Publishable extends PublishModule {
2121
override def artifactName = "zmatrix"
22-
override def publishVersion = "0.3.4"
22+
override def publishVersion = "0.4.0"
2323

2424
override def pomSettings = PomSettings(
2525
description = "Matrix.org API client written using ZIO",

0 commit comments

Comments
 (0)