diff --git a/NEWS.md b/NEWS.md index a442580..8ab5568 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +### Version 1.5.1 (2024-08-20) + +- Fix crash if there is no information about the parcel's movement + ### Version 1.5.0 (2024-08-12) - Added PostNord service diff --git a/fastlane/metadata/android/en-US/changelogs/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt new file mode 100644 index 0000000..a089929 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -0,0 +1 @@ +Fix crash if there is no information about the parcel's movement diff --git a/fastlane/metadata/android/ru/changelogs/10.txt b/fastlane/metadata/android/ru/changelogs/10.txt new file mode 100644 index 0000000..3d9d4dc --- /dev/null +++ b/fastlane/metadata/android/ru/changelogs/10.txt @@ -0,0 +1 @@ +Исправлен сбой, если нет информации о движении посылки diff --git a/pubspec.yaml b/pubspec.yaml index 6d489e8..eadea38 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.5.0+9 +version: 1.5.1+10 environment: sdk: ">=3.5.0 <4.0.0" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 15e95ee..412d3f8 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: libretrack base: core22 -version: 1.5.0 +version: 1.5.1 license: GPL-3.0-or-later summary: Private, cross-platform package tracking app. description: | @@ -43,7 +43,7 @@ parts: libretrack: plugin: flutter source: https://github.com/proninyaroslav/libretrack.git - source-tag: 1.5.0 + source-tag: 1.5.1 flutter-target: lib/main.dart build-packages: - libsecret-1-dev