cargo: bump version

This commit is contained in:
Harsh Shandilya 2021-11-28 16:08:51 +05:30
parent d2f1b686a2
commit 7fb757b868
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

@ -61,7 +61,7 @@ dependencies = [
[[package]]
name = "clipboard-substitutor"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"anyhow",
"clipboard",

View File

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