Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
not-fl3 committed Sep 20, 2021
1 parent 003da16 commit b9c4b7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "macroquad"
version = "0.3.9"
version = "0.3.10"
authors = ["not-fl3 <not.fl3@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -30,7 +30,7 @@ miniquad = { version = "0.3.0-alpha.37", features = ["log-impl"] }
quad-rand = "0.2.1"
glam = {version = "0.14", features = ["scalar-math"] }
image = { version = "0.23.12", default-features = false, features = ["png", "tga"] }
macroquad_macro = { version = "0.1.6", path = "macroquad_macro" }
macroquad_macro = { version = "0.1.7", path = "macroquad_macro" }
fontdue = "0.5.0"
bumpalo = "3.4"
backtrace = { version = "0.3.60", optional = true, default-features = false, features = [ "std", "libbacktrace" ] }
Expand Down
2 changes: 1 addition & 1 deletion macroquad_macro/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "macroquad_macro"
version = "0.1.6"
version = "0.1.7"
authors = ["not-fl3 <not.fl3@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit b9c4b7b

Please sign in to comment.