cargo: bump version

This commit is contained in:
Harsh Shandilya 2022-02-20 03:13:12 +05:30
parent 8e2f68b9b7
commit 6c4b5f617b
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -93,7 +93,7 @@ dependencies = [
[[package]]
name = "clipboard-substitutor"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"anyhow",
"assay",

View file

@ -1,6 +1,6 @@
[package]
name = "clipboard-substitutor"
version = "0.4.2"
version = "0.4.3"
authors = ["Harsh Shandilya <me@msfjarvis.dev>"]
edition = "2021"
description = "CLI tool to monitor clipboard changes and perform operations based on the contents"