diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/browser-extension/manifest.json | 2 | ||||
| -rw-r--r-- | apps/mobile/app.json | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/browser-extension/manifest.json b/apps/browser-extension/manifest.json index fa82f3fa..676918b5 100644 --- a/apps/browser-extension/manifest.json +++ b/apps/browser-extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Hoarder", "description": "An extension to bookmark links to hoarder.app", - "version": "1.2.2", + "version": "1.2.3", "icons": { "16": "public/logo-16.png", "48": "public/logo-48.png", diff --git a/apps/mobile/app.json b/apps/mobile/app.json index 37ebcf7c..4affa469 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -3,7 +3,7 @@ "name": "Hoarder App", "slug": "hoarder", "scheme": "hoarder", - "version": "1.6.2", + "version": "1.6.3", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", @@ -30,7 +30,7 @@ "NSAllowsLocalNetworking": true } }, - "buildNumber": "11" + "buildNumber": "12" }, "android": { "adaptiveIcon": { @@ -48,7 +48,7 @@ } }, "package": "app.hoarder.hoardermobile", - "versionCode": 11 + "versionCode": 12 }, "plugins": [ "expo-router", |
