Skip to content

Commit c57fc45

Browse files
committed
bump version
1 parent 662f92f commit c57fc45

2 files changed

Lines changed: 2 additions & 2 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": "cpyurl",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Simple chrome extension that allows you to copy the current tab url into your clipboard.",
55
"type": "module",
66
"author": "DavidNiessen",

static/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": "cpyurl",
44
"homepage_url": "https://skillcode.dev",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"description": "Simple chrome extension that allows you to copy the current tab url into your clipboard.",
77
"permissions": ["tabs", "activeTab", "scripting", "clipboardWrite"],
88
"commands": {

0 commit comments

Comments
 (0)