feat: release v0.4.4

This commit is contained in:
Harsh Shandilya 2022-03-07 01:30:19 +05:30
parent ea176b8f50
commit e2b1dba803
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

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

View file

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