Skip to content

Commit

Permalink
Mark it as 5.1-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed May 19, 2024
1 parent 1c28d4f commit 336d87e
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.0'; // Also used for presets.db versioning
const kAppVersion = '5.1-beta1'; // 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 lib/helpers/nsi_features.dart

Large diffs are not rendered by default.

0 comments on commit 336d87e

Please sign in to comment.