chore(release): 1.16.2

This commit is contained in:
devthejo 2026-01-12 23:09:19 +01:00
parent ce1ad286cb
commit 9ca0bbc35c
No known key found for this signature in database
GPG key ID: 00CCA7A92B1D5351
3 changed files with 186 additions and 184 deletions

View file

@ -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.16.2](https://github.com/alerte-secours/as-app/compare/v1.16.1...v1.16.2) (2026-01-12)
## [1.16.1](https://github.com/alerte-secours/as-app/compare/v1.15.0...v1.16.1) (2026-01-12)

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<dict>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>com.transistorsoft</string>
@ -179,5 +179,5 @@
<string>Automatic</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</dict>
</plist>

View file

@ -1,6 +1,6 @@
{
"name": "alerte-secours",
"version": "1.16.1",
"version": "1.16.2",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client --private-key-path ./keys/private-key.pem",
@ -53,8 +53,8 @@
"screenshot:android": "scripts/screenshot-android.sh"
},
"customExpoVersioning": {
"versionCode": 232,
"buildNumber": 232
"versionCode": 233,
"buildNumber": 233
},
"commit-and-tag-version": {
"scripts": {