We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebed210 commit a429d65Copy full SHA for a429d65
nym-wallet/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nymproject/nym-wallet-app",
3
- "version": "1.2.15",
+ "version": "1.2.16",
4
"license": "MIT",
5
"main": "index.js",
6
"scripts": {
nym-wallet/src-tauri/Cargo.toml
[package]
name = "nym_wallet"
-version = "1.2.15"
+version = "1.2.16"
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.15"
+ "version": "1.2.16"
},
"build": {
7
"distDir": "../dist",
0 commit comments