Skip to content

Commit

Permalink
Updated version and mentioned translators
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed Jun 23, 2022
1 parent 7ab99db commit 3b284f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -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 = <double>[59.42, 24.71];
const kDatabaseName = 'every_door.db';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3b284f1

Please sign in to comment.