Skip to content

Commit

Permalink
Bump Version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
susch19 committed Oct 22, 2023
1 parent 2bd9fc2 commit 42c254c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helper/update_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final versionAndUrlProvider = StateNotifierProvider<UpdateManager, VersionAndUrl
});

class UpdateManager extends StateNotifier<VersionAndUrl?> {
static final Version version = Version(1, 2, 0);
static final Version version = Version(1, 2, 1);
static const int checkEveryHours = 16;
static final GitHub gitHub = GitHub();
static final RepositorySlug repositorySlug = RepositorySlug("susch19", "SmartHome");
Expand Down

0 comments on commit 42c254c

Please sign in to comment.