Update version

Switch versioning to use minor version for oxen major version (e.g.
1.10.0 is for the first oxen 10 wallet).
This commit is contained in:
Jason Rhinelander 2022-06-13 17:11:02 -03:00
parent 12fd18375e
commit 4c0416af1c
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
2 changed files with 9 additions and 3 deletions

View File

@ -53,5 +53,8 @@ The Oxen Wallet is a Fork of the Cake Wallet.
```
## Copyright
Copyright (c) 2020 Konstantin Ullrich.\
Copyright (c) 2020 Cake Technologies LLC.
Copyright © 2021-2022 The Oxen Project
Copyright © 2020 Konstantin Ullrich
Copyright © 2020 Cake Technologies LLC

View File

@ -12,7 +12,10 @@ publish_to: none
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.9+12
#
# Starting with 1.10.0, we use the minor version to track the associated oxen version the wallet is
# meant for (e.g. 1.10.x are releases built from oxen 10.x stable releases).
version: 1.10.0+13
# keytool -genkey -v -keystore c:\Users\konst\key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias key