Skip to content

Commit 1a25032

Browse files
committed
chore: update version to 1.1.0 across all packages and manifests
1 parent 3594757 commit 1a25032

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-devtools-unlocker/chrome-extension",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Enable Vue DevTools in production environments in Chrome browser",
55
"type": "module",
66
"scripts": {

packages/firefox-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-devtools-unlocker/firefox-extension",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Enable Vue DevTools in production environments in Firefox browser",
55
"type": "module",
66
"scripts": {

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-devtools-unlocker/shared",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Enable Vue DevTools in production environments",
55
"author": "zhensherlock",
66
"license": "MIT",

public/chrome-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Vue Devtools Unlocker",
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"description": "Enable Vue DevTools in production environments",
66
"icons": {
77
"16": "icons/icon_16.png",

public/firefox-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Vue Devtools Unlocker",
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"description": "Enable Vue DevTools in production environments",
66
"icons": {
77
"16": "icons/icon_16.png",

0 commit comments

Comments
 (0)