浏览代码

Version bump

Daniel 3 月之前
父节点
当前提交
ed189994d7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app.config.ts

+ 2 - 2
app.config.ts

@@ -24,7 +24,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.32',
+  version: '2.0.33',
   // Should be updated after every dependency change
   runtimeVersion: '1.6',
   orientation: 'portrait',
@@ -131,7 +131,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'MODIFY_AUDIO_SETTINGS',
       'FOREGROUND_SERVICE'
     ],
-    versionCode: 86 // 2.0.32, last version sent to Google is 85 (2.0.31)
+    versionCode: 87 // 2.0.33, last version sent to Google is 86 (2.0.32)
   },
   plugins: [
     [