Skip to content

Commit 6b7533f

Browse files
committed
0.3.2
1 parent d618c10 commit 6b7533f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "Metanet",
44
"slug": "metanet-mobile",
5-
"version": "0.3.1",
5+
"version": "0.3.2",
66
"orientation": "default",
77
"icon": "./assets/images/icon.png",
88
"scheme": "metanet",

ios/Metanet/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.3.1</string>
22+
<string>0.3.2</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Enabling identity, micropayments, and use of Metanet websites on mobile devices",
44
"author": "BSV Association",
55
"main": "index.js",
6-
"version": "0.3.1",
6+
"version": "0.3.2",
77
"license": "Open BSV",
88
"scripts": {
99
"apk-android": "eas build --profile production --platform android --local --verbose-logs --build-logger-level trace",

0 commit comments

Comments
 (0)