From 50eae78d7f45078ed82651c99cb30e3825614ea2 Mon Sep 17 00:00:00 2001 From: hotequil Date: Thu, 24 Oct 2024 18:32:45 -0300 Subject: [PATCH] Bump version to 3.2.0 --- package.json | 2 +- src/renderer/src/assets/release-notes.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },