chore: release Apple and GUI clients (#8882)

- Apple clients 1.4.12
- GUI clients 1.4.11
This commit is contained in:
Jamil
2025-04-21 14:45:16 -07:00
committed by GitHub
parent 368ace2c6e
commit 5db8e20f3b
13 changed files with 39 additions and 37 deletions

View File

@@ -46,8 +46,8 @@ function cargo_update_workspace() {
# 7. Commit the changes and open a PR. Ensure the Changelog is correctly
# updated with the changes.
function apple() {
current_apple_version="1.4.11"
next_apple_version="1.4.12"
current_apple_version="1.4.12"
next_apple_version="1.4.13"
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-apple-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_apple_version}"'/g;}' {} \;
find website -type f -name "route.ts" -exec sed "${SEDARG[@]}" -e '/mark:current-apple-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_apple_version}"'/g;}' {} \;
@@ -107,8 +107,8 @@ function android() {
# 5. Commit the changes and open a PR. Ensure the Changelog is correctly
# updated with the changes.
function gui() {
current_gui_version="1.4.10"
next_gui_version="1.4.11"
current_gui_version="1.4.11"
next_gui_version="1.4.12"
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-gui-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gui_version}"'/g;}' {} \;
find website -type f -name "route.ts" -exec sed "${SEDARG[@]}" -e '/mark:current-gui-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gui_version}"'/g;}' {} \;