Skip to content

Commit

Permalink
set version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GravityDarkLab committed Feb 4, 2024
1 parent 5e7e3e2 commit 76f0c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/app_config.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// AppConfig - Defines the configuration for the application.
class AppConfig {
static const String appName = 'GoCast Mobile';
static const String appVersion = '0.1.0';
static const String appVersion = '0.2.0';
static const String appDescription = 'GoCast Mobile App';

AppConfig._(); // Private constructor
Expand Down

0 comments on commit 76f0c27

Please sign in to comment.