diff --git a/Cargo.lock b/Cargo.lock index bf75c48..396f590 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -718,7 +718,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "sway-marker" -version = "0.1.0" +version = "0.3.0" dependencies = [ "clap", "gtk", diff --git a/Cargo.toml b/Cargo.toml index 0f602e3..b8ca20c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sway-marker" description = "Simple popup for using marks in Sway" repository = "https://github.com/ilyazzz/sway-marker" license = "GPLv3" -version = "0.1.0" +version = "0.3.0" authors = ["Ilya Zlobintsev "] edition = "2018"