diff --git a/app/assets/CHANGELOG.md b/app/assets/CHANGELOG.md index 242535e1..0cb3f4fe 100644 --- a/app/assets/CHANGELOG.md +++ b/app/assets/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.15.2 (unreleased) +## 1.15.2 (2024-07-25) - feat: extract network scanning to separate threads, scanning should not cause UI lags anymore (@Tienisto) - feat(windows): use bigger icon for the installer (@Tienisto) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 2796e144..6f9eaf91 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -3,7 +3,7 @@ description: An open source cross-platform alternative to AirDrop homepage: https://localsend.org/ publish_to: "none" -version: 1.15.1+50 +version: 1.15.2+51 environment: flutter: ">=3.13.0" diff --git a/scripts/compile_windows_exe-inno.iss b/scripts/compile_windows_exe-inno.iss index 709d3485..939a93f2 100644 --- a/scripts/compile_windows_exe-inno.iss +++ b/scripts/compile_windows_exe-inno.iss @@ -4,7 +4,7 @@ ; Copy app/assets/packaging/logo-256.ico to D:\inno\logo-256.ico #define MyAppName "LocalSend" -#define MyAppVersion "1.15.1" +#define MyAppVersion "1.15.2" #define MyAppPublisher "Tien Do Nam" #define MyAppURL "https://localsend.org" #define MyAppExeName "localsend_app.exe"