Skip to content

Commit 12b881d

Browse files
committed
update ver.
1 parent ba8410c commit 12b881d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/app.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"slug": "interpreter-01-app",
77
"scheme": "com.interpreter",
88
"owner": "open-interpreter",
9-
"version": "1.0.32",
9+
"version": "1.0.33",
1010
"orientation": "portrait",
1111
"icon": "./assets/images/app-icon.png",
1212
"splash": {
@@ -21,7 +21,7 @@
2121
"assetBundlePatterns": ["**/*"],
2222
"android": {
2323
"package": "com.interpreter.app",
24-
"versionCode": 32,
24+
"versionCode": 33,
2525
"adaptiveIcon": {
2626
"foregroundImage": "./assets/images/app-icon.png",
2727
"backgroundColor": "#ffffff"
@@ -34,7 +34,7 @@
3434
},
3535
"ios": {
3636
"supportsTablet": true,
37-
"buildNumber": "32",
37+
"buildNumber": "33",
3838
"bundleIdentifier": "com.interpreter.app",
3939
"splash": {
4040
"image": "./assets/images/splash-logo-all.png",

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interpreter-01-app",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"private": true,
55
"main": "expo/AppEntry.js",
66
"scripts": {

0 commit comments

Comments
 (0)