Bump version

This commit is contained in:
Maxim Baz
2019-04-13 10:41:13 +02:00
parent 1110c63672
commit 2c110bf2f8
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
3.0.5 3.0.6

View File

@@ -143,7 +143,7 @@ Remember to check [Hints for configuring gpg](#hints-for-configuring-gpg) on how
The following operating systems provide packages for certain browsers that can be installed using a package manager: The following operating systems provide packages for certain browsers that can be installed using a package manager:
- Available since Saturday, 13 April: ~Arch Linux: [browserpass-chromium](https://www.archlinux.org/packages/community/any/browserpass-chromium/) and [browserpass-firefox](https://www.archlinux.org/packages/community/any/browserpass-firefox/)~ - Arch Linux: [browserpass-chromium](https://www.archlinux.org/packages/community/any/browserpass-chromium/) and [browserpass-firefox](https://www.archlinux.org/packages/community/any/browserpass-firefox/)
If you installed a distro package above, you are done! If you installed a distro package above, you are done!

View File

@@ -4,7 +4,7 @@ import "fmt"
const major = 3 const major = 3
const minor = 0 const minor = 0
const patch = 5 const patch = 6
// Code version as integer // Code version as integer
const Code = major*1000000 + minor*1000 + patch const Code = major*1000000 + minor*1000 + patch