Skip to content

Commit 4a12eac

Browse files
authored
chore: release 0.3.1 (#128)
1 parent 05d1ddb commit 4a12eac

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ out/
33
.bsp/
44
.vscode/
55
.metals/
6+
target/
67
token.conf
78
since.conf

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.0"
15+
"com.bot4s" %% "zmatrix" % "0.3.1"
1616
// mill
17-
ivy"com.bot4s::zmatrix:0.3.0"
17+
ivy"com.bot4s::zmatrix:0.3.1"
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.17", "2.13.10", "3.2.1")
1919

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

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

0 commit comments

Comments
 (0)