Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yds12 committed Aug 12, 2024
1 parent 27dfcd7 commit b89744a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lapix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lapix"
authors = ["Y. D. Santos <[email protected]>"]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Image editor backend library for pixel art"
homepage = "https://github.com/yds12/tarsila"
Expand Down
4 changes: 2 additions & 2 deletions tarsila/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tarsila"
authors = ["Y. D. Santos <[email protected]>"]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "GUI image editor for pixel art"
homepage = "https://github.com/yds12/tarsila"
Expand All @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lapix = { path = "../lapix", version = "0.1.0" }
lapix = { path = "../lapix", version = "0.1.1" }
egui-macroquad = { version = "0.15.0", default-features = false }
macroquad = "0.3.25"
rfd = "0.10.0"
Expand Down

0 comments on commit b89744a

Please sign in to comment.