summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-06-19 20:04:27 +0200
committerCyborus <cyborus@cyborus.xyz>2024-06-19 20:04:27 +0200
commitfbfcfbfd6a23ce7be3de56c7a9f5a12713019647 (patch)
treee72445dfa17b2e3f95574223ae264858d131e974 /Cargo.toml
parentMerge pull request '`UserSettings` should not be a list' (#59) from user-sett... (diff)
downloadforgejo-api-fbfcfbfd6a23ce7be3de56c7a9f5a12713019647.tar.xz
forgejo-api-fbfcfbfd6a23ce7be3de56c7a9f5a12713019647.zip
chore: bump version to 0.3.1
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df6c0b4..34672f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
workspace = { members = ["generator"] }
[package]
name = "forgejo-api"
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://codeberg.org/Cyborus/forgejo-api"