Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Feb 18, 2023
1 parent 7c0045a commit 177c668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pixcil"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions windows/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pixcil_windows"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
publish = false

Expand All @@ -9,7 +9,7 @@ publish = false
[dependencies]
pagurus = "0.6"
pagurus_windows_system = "0.6"
pixcil = { version = "0.3", path = "../", default-features = false }
pixcil = { version = "0.4", path = "../", default-features = false }
serde_json = "1"

[build-dependencies]
Expand Down

0 comments on commit 177c668

Please sign in to comment.