Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Apr 20, 2024
1 parent be1f592 commit b56922d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

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.18"
version = "0.3.19"
edition = "2021"
build = "build.rs"

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

[dependencies]

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

#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.4"
version = "0.2.5"
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.18',
version: '0.3.19',
meson_version: '>= 0.60'
)

Expand Down

0 comments on commit b56922d

Please sign in to comment.