version bump to v1.15.0

This commit is contained in:
zlshames
2024-11-09 09:52:47 -05:00
parent 8f33c50c11
commit 352721b8c8
4 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ fi
# Inject version number into version.json
tmp=$(mktemp)
chmod 644 "$tmp"
jq '.version = "1.14.0.0"' build/linux/$folder/release/bundle/data/flutter_assets/version.json > "$tmp" && mv "$tmp" build/linux/$folder/release/bundle/data/flutter_assets/version.json
jq '.version = "1.15.0.0"' build/linux/$folder/release/bundle/data/flutter_assets/version.json > "$tmp" && mv "$tmp" build/linux/$folder/release/bundle/data/flutter_assets/version.json
chmod +x build/linux/$folder/release/bundle/bluebubbles
tar cvf bluebubbles-linux-"$arch".tar -C build/linux/$folder/release/bundle .

View File

@ -12,7 +12,7 @@ description: Send iMessages on Android using BlueBubbles!
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.14.1+70
version: 1.15.0+70
publish_to: none
environment:
@ -319,7 +319,7 @@ msix_config:
display_name: BlueBubbles
publisher_display_name: BlueBubbles
identity_name: 23344BlueBubbles.BlueBubbles
msix_version: 1.14.0.0
msix_version: 1.15.0.0
publisher: CN=BEC9154D-191E-4375-BF30-698BD4C141C4
vs_generated_images_folder_path: windows/icons
logo_path: assets/icon/icon.ico

View File

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "BlueBubbles"
#define MyAppVersion "1.14.0.0"
#define MyAppVersion "1.15.0.0"
#define MyAppPublisher "BlueBubbles"
#define MyAppURL "https://bluebubbles.app/"
#define MyAppExeName "bluebubbles_app.exe"

View File

@ -59,8 +59,8 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
//
// Version
//
#define VERSION_AS_NUMBER 1,14,0,0
#define VERSION_AS_STRING "1.14.0.0"
#define VERSION_AS_NUMBER 1,15,0,0
#define VERSION_AS_STRING "1.15.0.0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_AS_NUMBER