We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b529883 commit 5ab4d3cCopy full SHA for 5ab4d3c
nym-wallet/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nymproject/nym-wallet-app",
3
- "version": "1.2.16",
+ "version": "1.2.17",
4
"license": "MIT",
5
"main": "index.js",
6
"scripts": {
@@ -127,4 +127,4 @@
127
"webpack-merge": "^5.8.0"
128
},
129
"private": false
130
-}
+}
nym-wallet/src-tauri/Cargo.toml
[package]
name = "nym_wallet"
-version = "1.2.16"
+version = "1.2.17"
description = "Nym Native Wallet"
authors = ["Nym Technologies SA"]
license = ""
nym-wallet/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"package": {
"productName": "nym-wallet",
- "version": "1.2.16"
+ "version": "1.2.17"
"build": {
7
"distDir": "../dist",
0 commit comments