Skip to content

Commit

Permalink
Prepare extension for release (#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Mar 16, 2023
1 parent aef715d commit d124fa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dwds/debug_extension_mv3/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mv3_extension
publish_to: none
version: 1.30.0
version: 1.33.0
homepage: https://github.com/dart-lang/webdev
description: >-
A Chrome extension for Dart debugging.
Expand Down
2 changes: 1 addition & 1 deletion dwds/debug_extension_mv3/web/manifest_mv2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dart Debug Extension",
"version": "1.31",
"version": "1.33",
"manifest_version": 2,
"devtools_page": "static_assets/devtools.html",
"browser_action": {
Expand Down
2 changes: 1 addition & 1 deletion dwds/debug_extension_mv3/web/manifest_mv3.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dart Debug Extension",
"version": "1.31",
"version": "1.33",
"manifest_version": 3,
"devtools_page": "static_assets/devtools.html",
"action": {
Expand Down

0 comments on commit d124fa5

Please sign in to comment.