Skip to content

Commit c7328da

Browse files
authored
Merge pull request #114 from tchapgouv/bump-to-4.17.1
Bump 4.17.1
2 parents e7c0d72 + 6041314 commit c7328da

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tchap-desktop",
3-
"version": "4.16.7",
3+
"version": "4.17.1",
44
"description": "",
55
"main": "./scripts/index.ts",
66
"scripts": {
@@ -10,24 +10,24 @@
1010
"tchapConfig": {
1111
"use_github": false,
1212
"prod": {
13-
"tchap-web_version": "4.16.7",
14-
"tchap-web_archive_name": "tchap-4.16.7-prod-20250909.tar.gz",
13+
"tchap-web_version": "4.17.1",
14+
"tchap-web_archive_name": "tchap-4.17.1-prod-20251001.tar.gz",
1515
"tchap-web_github": {
1616
"branch": "develop_tchap",
1717
"repo": "https://github.com/tchapgouv/tchap-web-v4"
1818
}
1919
},
2020
"dev": {
21-
"tchap-web_version": "4.16.7",
22-
"tchap-web_archive_name": "tchap-4.16.7-dev-20250909.tar.gz",
21+
"tchap-web_version": "4.17.1",
22+
"tchap-web_archive_name": "tchap-4.17.1-dev-20251001.tar.gz",
2323
"tchap-web_github": {
2424
"branch": "develop_tchap",
2525
"repo": "https://github.com/tchapgouv/tchap-web-v4"
2626
}
2727
},
2828
"preprod": {
29-
"tchap-web_version": "4.16.7",
30-
"tchap-web_archive_name": "tchap-4.16.7-preprod-20250909.tar.gz",
29+
"tchap-web_version": "4.17.1",
30+
"tchap-web_archive_name": "tchap-4.17.1-preprod-20251001.tar.gz",
3131
"tchap-web_github": {
3232
"branch": "develop_tchap",
3333
"repo": "https://github.com/tchapgouv/tchap-web-v4"

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tchap-desktop"
3-
version = "4.16.7"
3+
version = "4.17.1"
44
description = "Desktop app of tchap web."
55
edition = "2024"
66

src-tauri/tauri.conf.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "tchap-desktop-dev",
4-
"version": "4.16.7",
4+
"version": "4.17.1",
55
"identifier": "fr.gouv.beta.tchap-desktop-dev",
66
"build": {
77
"devUrl": "http://localhost:8080",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "tchap-desktop",
4-
"version": "4.16.7",
4+
"version": "4.17.1",
55
"identifier": "fr.gouv.beta.tchap-desktop",
66
"build": {
77
"devUrl": "http://localhost:8080",

src-tauri/tauri.conf.preprod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "tchap-desktop-preprod",
4-
"version": "4.16.7",
4+
"version": "4.17.1",
55
"identifier": "fr.gouv.beta.tchap-desktop-preprod",
66
"build": {
77
"devUrl": "http://localhost:8080",

0 commit comments

Comments
 (0)