Bump version number to 0.2.0

This commit is contained in:
varjolintu
2022-11-04 22:23:05 +02:00
parent 57d99bfc2a
commit abfc1998b0
3 changed files with 4 additions and 4 deletions
Generated
+1 -1
View File
@@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "keepassxc-proxy" name = "keepassxc-proxy"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"named_pipe", "named_pipe",
+2 -2
View File
@@ -1,7 +1,7 @@
[package] [package]
name = "keepassxc-proxy" name = "keepassxc-proxy"
version = "0.1.0" version = "0.2.0"
authors = ["varjolintu <sami.vanttinen@protonmail.com>"] authors = ["varjolintu <sami.vanttinen@ahmala.org>"]
keywords = ["native", "messaging", "host", "protocol", "keepassxc"] keywords = ["native", "messaging", "host", "protocol", "keepassxc"]
license = "GPL-3.0" license = "GPL-3.0"
repository = "https://github.com/varjolintu/keepassxc-proxy-rust" repository = "https://github.com/varjolintu/keepassxc-proxy-rust"
+1 -1
View File
@@ -35,7 +35,7 @@ RUSTFLAGS='-C link-arg=-s' cargo build --release --target x86_64-unknown-linux-m
## Copyright ## Copyright
``` ```
Copyright (C) 2017-2021 Sami Vänttinen <sami.vanttinen@protonmail.com> Copyright (C) 2017-2022 Sami Vänttinen <sami.vanttinen@ahmala.org>
Copyright (C) 2017-2018 Andy Brandt <andy@brandt.tech> Copyright (C) 2017-2018 Andy Brandt <andy@brandt.tech>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify