Skip to content

Commit 6186e3b

Browse files
committed
Mark current version as v1.1.8
1 parent fedb548 commit 6186e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kanbansim/lib/kanban_sim_app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:flutter/foundation.dart' show kIsWeb;
77
import 'dart:io';
88

99
class KanbanSimApp extends StatefulWidget {
10-
final String version = "1.1.5";
10+
final String version = "1.1.8";
1111

1212
static _KanbanSimAppState of(BuildContext context) =>
1313
context.findAncestorStateOfType<_KanbanSimAppState>();

0 commit comments

Comments
 (0)