mirror of
https://github.com/BlueBubblesApp/bluebubbles-app.git
synced 2025-05-17 05:05:57 +08:00
version bump to v1.15.0
This commit is contained in:
@ -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 .
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user