Skip to content

Commit 800fb09

Browse files
committed
v0.17.0
1 parent 2e791de commit 800fb09

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selection-command-monorepo",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "Selection Command - Monorepo for Chrome Extension and Hub",
66
"author": "ujiro99",

packages/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_extName__",
44
"description": "__MSG_extDescription__",
5-
"version": "0.16.0",
5+
"version": "0.17.0",
66
"default_locale": "en",
77
"icons": {
88
"128": "icon128.png"

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@selection-command/extension",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"private": true,
55
"author": "ujiro99",
66
"license": "MIT",

0 commit comments

Comments
 (0)