From 3b284f1534291f530f750ee928c7cf2c23c3061f Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Thu, 23 Jun 2022 23:44:55 +0300 Subject: [PATCH] Updated version and mentioned translators --- CHANGELOG.md | 1 + lib/constants.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c23cfcb2..3b8174fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ _Released on 2022-06-23_ * Combo options are sorted by popularity in downloaded data. * Combo fields now look the same as radio fields. * Fixed geolocation exception on the first run on iOS. +* Complete Polish (by @strebski) and Spanish translation (by @franco999). ## 0.5 diff --git a/lib/constants.dart b/lib/constants.dart index f61cd761..58b9be13 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,7 +1,7 @@ import 'package:flutter/material.dart' show Colors, TextStyle; const kAppTitle = 'Every Door'; -const kAppVersion = '0.5.0'; // Also used for presets.db versioning +const kAppVersion = '0.6'; // Also used for presets.db versioning const kDefaultLocation = [59.42, 24.71]; const kDatabaseName = 'every_door.db'; diff --git a/pubspec.yaml b/pubspec.yaml index 96174ea0..01567645 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: Next generation OpenStreetMap amenity mapper publish_to: 'none' # Remove this line if you wish to publish to pub.dev # Also update version in constants.dart! -version: 0.5.0+19 +version: 0.6.0+20 environment: sdk: ">=2.16.0 <3.0.0"