KomodoPlatform / komodo-wallet-mobile

KomodoWallet Mobile codebase
https://komodoplatform.com
MIT License
21 stars 31 forks source link

Missing Git Tag & Github release for version 0.9.1 on Google Play #144

Open Shourya742 opened 1 month ago

Shourya742 commented 1 month ago

On Google Play, the version of the app is listed as 0.9.1, which can be found at the following link: Google Play Link.

In contrast, the latest tag in the git repository is v0.9.0, dated February 12. Additionally, the most recent release on GitHub also corresponds to version 0.9.0 and is associated with the commit ID: b853544e4e4ff726f5ad6ba72d1f4d1b8b19df44.

Fix: To address this discrepancy, the following steps should be taken:

  1. Create a new git tag for version 0.9.1.
  2. Publish a corresponding GitHub release for version 0.9.1.

These actions will ensure that the version on Google Play (0.9.1) aligns with the versions in the git repository and GitHub releases.

CharlVS commented 1 month ago

@Shourya742 thanks for reporting. I've created the tag here: https://github.com/KomodoPlatform/komodo-wallet-mobile/releases/tag/v0.9.1

I expect the release process to be concluded this week. It's currently in the hands of our OPSEC team, which is performing security testing and validations for the Android build.

Shourya742 commented 1 month ago

@CharlVS Thank you for your prompt response.