Skip to content

Commit

Permalink
5.1-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed May 25, 2024
1 parent 154ebce commit 8c7a4e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1-beta1'; // Also used for presets.db versioning
const kAppVersion = '5.1-beta2'; // 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: 5.0.1+43
version: 5.0.2+44

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

0 comments on commit 8c7a4e9

Please sign in to comment.