diff --git a/package.json b/package.json index a2c733c2..afbd3082 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ribn", - "version": "0.1.2", + "version": "0.1.3", "description": "Topl's Wallet", "main": "index.js", "directories": { diff --git a/pubspec.yaml b/pubspec.yaml index 818546cf..10d00b9c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.1.0+2 +version: 0.1.3+2 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/web/manifest.json b/web/manifest.json index 2e6fd220..7fa867aa 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -1,7 +1,7 @@ { "name": "Ribn", "description": "Web wallet for Topl Blockchain", - "version": "0.1.2", + "version": "0.1.3", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" },