Skip to content

Commit

Permalink
4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed Nov 6, 2023
1 parent 4bcd791 commit 0069f29
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 4.1

_Unreleased_
_Released on 2023-11-06_

* Changed default card payment options to `debit_cards` and `credit_cards`.
* Fixed word capitalization for description and other similar fields.
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 = '4.1-alpha'; // Also used for presets.db versioning
const kAppVersion = '4.1'; // Also used for presets.db versioning

const kDefaultLocation = <double>[59.42, 24.71];
const kDatabaseName = 'every_door.db';
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fixed capitalization for descriptions.
* Fixed yellow amenity warnings not shown.
* Fixed marking a shop on a building disused.
3 changes: 3 additions & 0 deletions metadata/ru/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Починил заглавные буквы в поле description.
* Починил жёлтые плашки предупреждений.
* Починил закрытие магазинов в зданиях.
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: 4.0.99+38
version: 4.1.0+39

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down

0 comments on commit 0069f29

Please sign in to comment.