Skip to content

Commit

Permalink
release: 1.15.3+53
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Jul 29, 2024
1 parent 8b99744 commit d38b0a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.16.0 (unreleased)
## 1.15.3 (2024-07-29)

- feat: reduce receive history size to 30 items to increase performance (@Tienisto)
- feat: reduce receive history length to 30 items to increase performance (@Tienisto)
- feat: show error message when initialization fails for better debugging (@Tienisto)
- fix(android): properly close app on back gesture (@Tienisto)

Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An open source cross-platform alternative to AirDrop
homepage: https://localsend.org/
publish_to: "none"

version: 1.15.2+52
version: 1.15.3+53

environment:
flutter: ">=3.13.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/compile_windows_exe-inno.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
; Copy app/assets/packaging/logo-256.ico to D:\inno\logo-256.ico

#define MyAppName "LocalSend"
#define MyAppVersion "1.15.2"
#define MyAppVersion "1.15.3"
#define MyAppPublisher "Tien Do Nam"
#define MyAppURL "https://localsend.org"
#define MyAppExeName "localsend_app.exe"
Expand Down

0 comments on commit d38b0a7

Please sign in to comment.