diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bbb644..b574125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.16.0](https://github.com/alerte-secours/as-app/compare/v1.14.3...v1.16.0) (2026-01-04) + + +### Features + +* **links:** add appui soutien ([43bc7f6](https://github.com/alerte-secours/as-app/commit/43bc7f6f63f5034359eb0f4598386215889a35fe)) + + +### Bug Fixes + +* **ios:** wip ([c5c5703](https://github.com/alerte-secours/as-app/commit/c5c570392ba52a56dd35d77f13844c2acf9bce7f)) +* yarn ios:staging ([c11b05a](https://github.com/alerte-secours/as-app/commit/c11b05a1082489eb8596567036329b142fb0b0b9)) + ## [1.15.0](https://github.com/alerte-secours/as-app/compare/v1.13.13...v1.15.0) (2025-12-11) diff --git a/android/app/build.gradle b/android/app/build.gradle index 05e2225..0345a88 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 230 - versionName "1.15.0" + versionCode 231 + versionName "1.16.0" 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 14da5a4..5e00dfc 100644 --- a/ios/AlerteSecours/Info.plist +++ b/ios/AlerteSecours/Info.plist @@ -25,7 +25,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.15.0 + 1.16.0 CFBundleSignature ???? CFBundleURLTypes @@ -48,7 +48,7 @@ CFBundleVersion - 230 + 231 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/package.json b/package.json index 55f686e..80691ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alerte-secours", - "version": "1.15.0", + "version": "1.16.0", "main": "index.js", "scripts": { "start": "expo start --dev-client --private-key-path ./keys/private-key.pem", @@ -50,8 +50,8 @@ "screenshot:android": "scripts/screenshot-android.sh" }, "customExpoVersioning": { - "versionCode": 230, - "buildNumber": 230 + "versionCode": 231, + "buildNumber": 231 }, "commit-and-tag-version": { "scripts": {