Skip to content

Commit a933844

Browse files
committed
update version to 0.2.2
1 parent e4c8e1e commit a933844

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

extension/devtools/build/flutter_bootstrap.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/devtools/build/flutter_service_worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
33
const TEMP = 'flutter-temp-cache';
44
const CACHE_NAME = 'flutter-app-cache';
55

6-
const RESOURCES = {"flutter_bootstrap.js": "3d9fddc3328cdee1e5d9c5663a8ddb80",
7-
"version.json": "add471d678d9e45e91a801f984bdb317",
6+
const RESOURCES = {"flutter_bootstrap.js": "132e5f3dd194001ab286adf9f8ba11a9",
7+
"version.json": "f8ded7340f11cdd5ecd99104d87ce723",
88
"index.html": "aa6f466ba4f6154a3e7ad6465ec3796b",
99
"/": "aa6f466ba4f6154a3e7ad6465ec3796b",
1010
"main.dart.js": "53d00d078c1e9f1e21b779f72771873a",

extension/devtools/build/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"app_name":"flutterflow_debug_panel","version":"0.2.1","package_name":"flutterflow_debug_panel"}
1+
{"app_name":"flutterflow_debug_panel","version":"0.2.2","package_name":"flutterflow_debug_panel"}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.2.1
19+
version: 0.2.2
2020

2121
environment:
2222
sdk: ">=3.4.3 <4.0.0"

0 commit comments

Comments
 (0)