Skip to content

Commit 5002006

Browse files
committed
Prepare release
1 parent ae0ce28 commit 5002006

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

granite/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "granite-rs"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
edition = "2021"
55
authors = ["David Hewitt <davidmhewitt@gmail.com>"]
66
readme = "../README.md"
@@ -27,7 +27,7 @@ rustdoc-args = ["--cfg", "docsrs"]
2727
libc = "0.2"
2828
bitflags = "2.2"
2929
once_cell = "1.17"
30-
granite-rs-sys = { path = "./sys", version = "0.3.5" }
30+
granite-rs-sys = { path = "./sys", version = "0.4.0" }
3131

3232
[dependencies.glib]
3333
version = "0.20"

granite/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "granite-rs-sys"
3-
version = "0.3.6"
3+
version = "0.4.0"
44
edition = "2021"
55
build = "build.rs"
66
links = "libgranite-7"

0 commit comments

Comments
 (0)