Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jul 3, 2023
1 parent 1c0a6f7 commit 6f90671
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "haruhishot"
version = "0.3.11"
version = "0.3.12"
edition = "2021"
build = "build.rs"

Expand All @@ -10,7 +10,7 @@ members = [".", "libharuhishot"]

[dependencies]

libharuhishot = { path = "libharuhishot", version = "0.2.2" }
libharuhishot = { path = "libharuhishot", version = "0.2.3" }

#wayland-client = "=0.30.0-beta.13"

Expand Down
2 changes: 1 addition & 1 deletion libharuhishot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libharuhishot"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "MIT"
description = "impl screencopy for wayland"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('haruhishot', 'rust',
version: '0.3.10',
version: '0.3.12',
meson_version: '>= 0.60'
)

Expand Down

0 comments on commit 6f90671

Please sign in to comment.