Skip to content

Commit e31e685

Browse files
Release: version 2.0.0 (#75)
* Update the version for mozilla platform * Update the version for chromium platform * Update the version of the package * Adjust the package lockfile
1 parent 0861089 commit e31e685

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "session-storage",
3-
"version": "1.0.2",
4-
"description": "Mozilla Firefox extension plugin to store and manage browsing sessions",
3+
"version": "2.0.0",
4+
"description": "Web browser extension plugin to store and manage browsing sessions",
55
"main": "manifest.json",
66
"scripts": {
77
"test": "jest",

platforms/chromium/app/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": "Session Storage",
4-
"version": "1.0.2",
4+
"version": "2.0.0",
55

66
"permissions": [
77
"activeTab",

platforms/mozilla/app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Session Storage",
4-
"version": "1.0.2",
4+
"version": "2.0.0",
55

66
"permissions": [
77
"activeTab",

0 commit comments

Comments
 (0)