Skip to content

Commit

Permalink
Close maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jan 31, 2025
1 parent 3bfd8fe commit 7a51be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/domain/repositories/features_flags.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// SPDX-License-Identifier: AGPL-3.0-or-later
/// Simply activate/deactivate features.
class FeatureFlags {
static const inMaintenanceGlobal = true;
static const inMaintenanceFarmLock = true;
static const inMaintenanceGlobal = false;
static const inMaintenanceFarmLock = false;
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: aedex
description: Enable direct peer-to-peer trading of digital assets on the Archethic blockchain, eliminating the need for centralized intermediaries.
publish_to: "none"

version: 2.3.4+97
version: 2.3.4+98

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

0 comments on commit 7a51be8

Please sign in to comment.