diff --git a/package.json b/package.json index 07a763a9..979035fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neon3", - "version": "3.1.3", + "version": "3.2.0", "description": "Light wallet for NEO blockchain", "homepage": "https://github.com/CityOfZion/neon-wallet-desktop", "author": "Coz (https://github.com/CityOfZion)", diff --git a/src/renderer/src/assets/release-notes.json b/src/renderer/src/assets/release-notes.json index 4de78883..dafc95d1 100644 --- a/src/renderer/src/assets/release-notes.json +++ b/src/renderer/src/assets/release-notes.json @@ -1,7 +1,7 @@ [ { "tag_name": "Version v3.2.0", - "published_at": "29 Out 2024", + "published_at": "24 Out 2024", "body": "
  • • New Login method: Login with Address or Key
  • • Integration with new Flamingo API for enhanced pricing data
  • • Ledger Multi-Account Support
  • • Support for Neo X NFTs
  • • Support for Multiple Transfers in the same Transaction
  • • Support to selection of owned accounts as target of a transfer
  • • Minor Bugfixes
  • ", "html_url": "https://github.com/CityOfZion/neon-wallet-desktop/releases/tag/v3.2.0" },