diff --git a/Cargo.lock b/Cargo.lock index a3f89c1..7c0c32e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "keepassxc-proxy" -version = "0.1.0" +version = "0.2.0" dependencies = [ "byteorder", "named_pipe", diff --git a/Cargo.toml b/Cargo.toml index 237ad42..bebd2c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "keepassxc-proxy" -version = "0.1.0" -authors = ["varjolintu "] +version = "0.2.0" +authors = ["varjolintu "] keywords = ["native", "messaging", "host", "protocol", "keepassxc"] license = "GPL-3.0" repository = "https://github.com/varjolintu/keepassxc-proxy-rust" diff --git a/README.md b/README.md index f9b3fb1..bcfac3b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ RUSTFLAGS='-C link-arg=-s' cargo build --release --target x86_64-unknown-linux-m ## Copyright ``` -Copyright (C) 2017-2021 Sami Vänttinen +Copyright (C) 2017-2022 Sami Vänttinen Copyright (C) 2017-2018 Andy Brandt This program is free software: you can redistribute it and/or modify