diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c9ad5d6..42cbe2fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ +# 1.1.32 + +## ✨ Features + + +## 🐛 Bug Fixes + + +## 🔧 Tech + + # 1.1.31 ## ✨ Features +* Added Offline support for cozy-home and mespapiers ([PR #1239](https://github.com/cozy/cozy-flagship-app/pull/1239)) ## 🐛 Bug Fixes diff --git a/android/app/build.gradle b/android/app/build.gradle index ec86e45d6..2d5283466 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -99,8 +99,8 @@ android { // if absent use `yarn brand:configure:cozy` to create it minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 101300 * 10000 // Legacy version number patch, needed for Play Store version increment - versionName "1.1.30" + versionCode 101313 * 10000 // Legacy version number patch, needed for Play Store version increment + versionName "1.1.31" multiDexEnabled true resValue "string", "build_config_package", "io.cozy.flagship.mobile" missingDimensionStrategy "store", "play" diff --git a/ios/CozyReactNative/Info.plist b/ios/CozyReactNative/Info.plist index ae2a7d71e..dcf1e954b 100644 --- a/ios/CozyReactNative/Info.plist +++ b/ios/CozyReactNative/Info.plist @@ -60,7 +60,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.30 + 1.1.31 CFBundleSignature ???? CFBundleURLTypes @@ -85,7 +85,7 @@ CFBundleVersion - 0101300 + 0101313 FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED FirebaseDataCollectionDefaultEnabled diff --git a/package.json b/package.json index 6b3fcfe6e..3cfa4befb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-react-native", - "version": "1.1.30", + "version": "1.1.31", "private": true, "scripts": { "android": "react-native run-android --variant=devDebug --main-activity=MainActivitybase",