Skip to content

Commit 8aca099

Browse files
committed
Version bump
1 parent 2ede5a0 commit 8aca099

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.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
authors = ["David Hewitt <davidmhewitt@gmail.com>"]
66
readme = "../README.md"
@@ -44,4 +44,4 @@ version = "0.8"
4444
[dependencies.ffi]
4545
package = "granite-rs-sys"
4646
path = "./sys"
47-
version = "0.3.4"
47+
version = "0.3.5"

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.4"
3+
version = "0.3.5"
44
edition = "2021"
55
build = "build.rs"
66
links = "libgranite-7"

0 commit comments

Comments
 (0)