diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9214d..2c750ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.10.6](https://github.com/alerte-secours/as-app/compare/v1.10.5...v1.10.6) (2025-07-04) + ## [1.10.5](https://github.com/alerte-secours/as-app/compare/v1.10.4...v1.10.5) (2025-07-04) diff --git a/android/app/build.gradle b/android/app/build.gradle index 8905c28..3693762 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -83,8 +83,8 @@ android { applicationId 'com.alertesecours' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 185 - versionName "1.10.5" + versionCode 186 + versionName "1.10.6" multiDexEnabled true testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/ios/AlerteSecours/Info.plist b/ios/AlerteSecours/Info.plist index c839ab4..1e60753 100644 --- a/ios/AlerteSecours/Info.plist +++ b/ios/AlerteSecours/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.10.5 + 1.10.6 CFBundleSignature ???? CFBundleURLTypes @@ -42,7 +42,7 @@ CFBundleVersion - 185 + 186 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/package.json b/package.json index 0272640..d7d351c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alerte-secours", - "version": "1.10.5", + "version": "1.10.6", "main": "index.js", "scripts": { "start": "expo start --dev-client --private-key-path ./keys/private-key.pem", @@ -49,8 +49,8 @@ "screenshot:android": "scripts/screenshot-android.sh" }, "customExpoVersioning": { - "versionCode": 185, - "buildNumber": 185 + "versionCode": 186, + "buildNumber": 186 }, "commit-and-tag-version": { "scripts": {