1
0
Fork 0

chore: bump version to 0.3.2

This commit is contained in:
Cyborus 2024-07-08 22:41:53 -04:00
parent 189e6af0fc
commit e761ad7715
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -201,7 +201,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "forgejo-api"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"base64ct",
"bytes",

View file

@ -1,7 +1,7 @@
workspace = { members = ["generator"] }
[package]
name = "forgejo-api"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://codeberg.org/Cyborus/forgejo-api"