Skip to content

Commit

Permalink
chore: pre-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed Dec 7, 2024
1 parent 468ff4b commit df76770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions granite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "granite-rs"
version = "1.3.0"
version = "1.4.0"
edition = "2021"
authors = ["David Hewitt <[email protected]>"]
readme = "../README.md"
Expand Down Expand Up @@ -30,7 +30,7 @@ libc = "0.2"
bitflags = "2.2"
once_cell = "1.17"
relm4 = { version = "0.9", optional = true }
granite-rs-sys = { path = "./sys", version = "0.4.0" }
granite-rs-sys = { path = "./sys", version = "0.5.0" }

[dependencies.glib]
version = "0.20"
Expand Down
2 changes: 1 addition & 1 deletion granite/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "granite-rs-sys"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
build = "build.rs"
links = "libgranite-7"
Expand Down

0 comments on commit df76770

Please sign in to comment.