1
0
Fork 0

bump version to 0.3.0

This commit is contained in:
Cyborus 2024-05-31 11:36:31 -04:00
parent 7fa8e0acb7
commit 0a2f7cf503
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.2.0"
version = "0.3.0"
dependencies = [
"base64ct",
"bytes",

View file

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