Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Somehow last "Version bump" commit got lost, so its quite a bit bump :/
  • Loading branch information
not-fl3 committed May 28, 2021
1 parent df16fca commit 009884a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miniquad"
version = "0.3.0-alpha.31"
version = "0.3.0-alpha.34"
authors = ["not-fl3 <not.fl3@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand All @@ -25,7 +25,7 @@ log-impl = []
sapp-windows = { path ="./native/sapp-windows", version = "=0.2.16" }

[target.'cfg(target_os = "linux")'.dependencies]
sapp-linux = { path ="./native/sapp-linux", version = "=0.1.12", optional = true }
sapp-linux = { path ="./native/sapp-linux", version = "=0.1.13", optional = true }

sapp-kms = { path ="./native/sapp-kms", version = "=0.1.1", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion native/sapp-linux/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sapp-linux"
version = "0.1.12"
version = "0.1.13"
authors = ["not-fl3 <not.fl3@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 009884a

Please sign in to comment.