소스 검색

2.0.8 updates

Daniel 11 달 전
부모
커밋
5bc9c73294
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      app.config.ts
  2. 1 1
      src/screens/InAppScreens/MapScreen/FilterModal/index.tsx

+ 2 - 2
app.config.ts

@@ -20,7 +20,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   owner: 'nomadmaniaou',
   scheme: 'nm',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.7',
+  version: '2.0.8',
   // Should be updated after every dependency change
   // Should be updated after every dependency change
   runtimeVersion: '1.5',
   runtimeVersion: '1.5',
   orientation: 'portrait',
   orientation: 'portrait',
@@ -86,7 +86,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'INTERNET',
       'INTERNET',
       'CAMERA'
       'CAMERA'
     ],
     ],
-    versionCode: 58 // next version submitted to Google Play needs to be higher than that 2.0.7
+    versionCode: 59 // next version submitted to Google Play needs to be higher than that 2.0.8
   },
   },
   plugins: [
   plugins: [
     [
     [

+ 1 - 1
src/screens/InAppScreens/MapScreen/FilterModal/index.tsx

@@ -50,7 +50,7 @@ const FilterModal = ({
     { label: 'visited in', value: 1 }
     { label: 'visited in', value: 1 }
   ];
   ];
   const [routes] = useState([
   const [routes] = useState([
-    { key: 'regions', title: 'NM / UN / DARE' },
+    { key: 'regions', title: 'Travels' },
     { key: 'series', title: 'Series' }
     { key: 'series', title: 'Series' }
   ]);
   ]);
   const { data } = usePostGetMapYearsQuery(userId, isLogged ? true : false);
   const { data } = usePostGetMapYearsQuery(userId, isLogged ? true : false);