Skip to content

Commit 4b320a4

Browse files
committed
Bump version to 0.3.0
1 parent 0d381e4 commit 4b320a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-temporary-containers",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Firefox addon. Create temporary containers with one click. Temporary containers are removed.",
55
"private": true,
66
"scripts": {

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Simple Temporary Containers",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "Create and destroy temporary containers.",
66
"icons": {
77
"48": "icons/icon-dark.svg",

0 commit comments

Comments
 (0)