Skip to content

Commit

Permalink
Make it a beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed Dec 1, 2024
1 parent 6238c9d commit b168ad2
Showing 1 changed file with 1 addition and 1 deletion.
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.3'; // Also used for presets.db versioning
const kAppVersion = '5.3-beta1'; // Also used for presets.db versioning

const kDefaultLocation = <double>[59.42, 24.71];
const kDatabaseName = 'every_door.db';
Expand Down

0 comments on commit b168ad2

Please sign in to comment.