diff --git a/lib/main.dart b/lib/main.dart index fc06d5c..64fa305 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -26,7 +26,7 @@ import 'widgets/widgets.dart'; /// Studio's own build version. Bump on every UI commit so the /// running app self-identifies — visible in the sidebar header /// and quick-glance proof that you're seeing the current build. -const String kStudioVersion = '0.53.2'; +const String kStudioVersion = '0.53.3'; Future main() async { WidgetsFlutterBinding.ensureInitialized(); diff --git a/pubspec.lock b/pubspec.lock index 70ae6b6..31df3a2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -125,10 +125,10 @@ packages: description: path: "." ref: main - resolved-ref: "099cd182b96bace248eb8375e4b217a6dfaaab16" + resolved-ref: e4e2d45374b71e48e96bbe8a4a517d060156c362 url: "https://git.flemming.ai/fai/studio-flow-editor" source: git - version: "0.5.0" + version: "0.5.1" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index bf7f938..2351a5e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fai_studio description: "F∆I Studio — desktop GUI for the F∆I hub" publish_to: 'none' -version: 0.53.2 +version: 0.53.3 environment: sdk: ^3.11.0-200.1.beta