summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-01-23 00:22:48 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-01-23 00:22:48 +0200
commit2a48902154e54b2367a87784bfbf4da6351f4d24 (patch)
tree0215bec9e1bc6f509c476d92dc0e1eae5c14607c
parent8483c145d9fcc358ef23e425272f1c9c448d6374 (diff)
downloadmatrix-rs-2a48902154e54b2367a87784bfbf4da6351f4d24.tar.gz
matrix-rs-2a48902154e54b2367a87784bfbf4da6351f4d24.tar.bz2
matrix-rs-2a48902154e54b2367a87784bfbf4da6351f4d24.zip
chore: bump project version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b452a95..9a4a899 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "matrix"
-version = "0.1.3"
+version = "0.1.4"
edition = "2021"
authors = ["Zhongheng Liu <z.liu@outlook.com.gr>"]
homepage = "https://stvnliu.gitlab.io"