diff --git a/lib/main.dart b/lib/main.dart index 394dfe3..debea2b 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.52.4'; +const String kStudioVersion = '0.53.0'; Future main() async { WidgetsFlutterBinding.ensureInitialized(); diff --git a/pubspec.lock b/pubspec.lock index 3b4c5b0..fa6022a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -125,10 +125,10 @@ packages: description: path: "." ref: main - resolved-ref: ad2e5b50d5201c9b97329b02e2223d6e599545f1 + resolved-ref: "296e5bfd018e523e7527abc457de3a62c1ba5139" url: "https://git.flemming.ai/fai/studio-flow-editor" source: git - version: "0.2.2" + version: "0.3.0" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index fcc10fc..95305cb 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.52.4 +version: 0.53.0 environment: sdk: ^3.11.0-200.1.beta