Skip to content

Commit 9cd008a

Browse files
committed
Changed version to v0.0.3
1 parent 825b766 commit 9cd008a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const borderColor = Color(0xFF3BBA73);
3030

3131
class CoreCoderApp extends StatefulWidget {
3232
const CoreCoderApp({Key? key}) : super(key: key);
33-
static const String version = "v0.0.2";
33+
static const String version = "v0.0.3";
3434
static bool isDesktop = (Platform.isWindows || Platform.isLinux || Platform.isMacOS);
3535
static bool isLandscape(BuildContext context){
3636
var q = MediaQuery.of(context);

0 commit comments

Comments
 (0)