diff --git a/package.json b/package.json index 979035fa..1ef940cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neon3", - "version": "3.2.0", + "version": "3.1.0", "description": "Light wallet for NEO blockchain", "homepage": "https://github.com/CityOfZion/neon-wallet-desktop", "author": "Coz (https://github.com/CityOfZion)", @@ -121,4 +121,4 @@ "vite-plugin-node-polyfills": "^0.17.0", "vite-plugin-svgr": "^3.2.0" } -} \ No newline at end of file +} diff --git a/src/renderer/src/assets/release-notes.json b/src/renderer/src/assets/release-notes.json index 9bae4e00..4de78883 100644 --- a/src/renderer/src/assets/release-notes.json +++ b/src/renderer/src/assets/release-notes.json @@ -1,4 +1,10 @@ [ + { + "tag_name": "Version v3.2.0", + "published_at": "29 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" + }, { "tag_name": "Version v3.1.0", "published_at": "20 Set 2024",