summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-01-25 14:36:51 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-01-25 14:36:51 +0200
commit0c99dad611d7129288903a181755fd14b0b45e3a (patch)
treeb4ff35f4b7bbd0634b931a1853cdd4a0f62c873d
parent3c2dbe0d01bcf6d7597d9d418f0734c3e3605bcf (diff)
downloadmatrix-rs-0c99dad611d7129288903a181755fd14b0b45e3a.tar.gz
matrix-rs-0c99dad611d7129288903a181755fd14b0b45e3a.tar.bz2
matrix-rs-0c99dad611d7129288903a181755fd14b0b45e3a.zip
chore(cargo): bump semVer
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c188dbd..c0c5fce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "matrix"
-version = "0.1.8"
+version = "0.1.9"
edition = "2021"
authors = ["Zhongheng Liu <z.liu@outlook.com.gr>"]
homepage = "https://stvnliu.gitlab.io"