Skip to content

Commit

Permalink
5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed Sep 23, 2024
1 parent 9860458 commit b29901b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@

## 5.2

_Unreleased_
_Released on 2024-09-24_

* Added waterway features (like dams) support, snapped to rivers.
* Scale bar for the map chooser.
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 = '5.2beta'; // Also used for presets.db versioning
const kAppVersion = '5.2'; // Also used for presets.db versioning

const kDefaultLocation = <double>[59.42, 24.71];
const kDatabaseName = 'every_door.db';
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ 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: 5.1.99+46
version: 5.2.0+47

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: "^3.22.0"
flutter: "^3.24.0"

dependencies:
flutter:
Expand Down

0 comments on commit b29901b

Please sign in to comment.