Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
claytercek committed Apr 24, 2020
1 parent 64b1161 commit b35c0e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"privacy": "unlisted",
"sdkVersion": "35.0.0",
"platforms": ["ios", "android"],
"version": "0.4.1",
"version": "0.4.2",
"orientation": "portrait",
"icon": "./src/assets/images/icon.png",
"splash": {
Expand All @@ -22,6 +22,10 @@
"bundleIdentifier": "io.plutosocial.pluto",
"supportsTablet": false
},
"android": {
"package": "io.plutosocial.pluto",
"versionCode": 2
},
"packagerOpts": {
"config": "metro.config.js",
"sourceExts": ["js", "jsx", "ts", "tsx", "svg"]
Expand Down

0 comments on commit b35c0e2

Please sign in to comment.