Skip to content

Commit

Permalink
Release: version 2.0.0 (#75)
Browse files Browse the repository at this point in the history
* Update the version for mozilla platform

* Update the version for chromium platform

* Update the version of the package

* Adjust the package lockfile
  • Loading branch information
BartoszKlonowski authored May 3, 2023
1 parent 0861089 commit e31e685
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "session-storage",
"version": "1.0.2",
"description": "Mozilla Firefox extension plugin to store and manage browsing sessions",
"version": "2.0.0",
"description": "Web browser extension plugin to store and manage browsing sessions",
"main": "manifest.json",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion platforms/chromium/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Session Storage",
"version": "1.0.2",
"version": "2.0.0",

"permissions": [
"activeTab",
Expand Down
2 changes: 1 addition & 1 deletion platforms/mozilla/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Session Storage",
"version": "1.0.2",
"version": "2.0.0",

"permissions": [
"activeTab",
Expand Down

0 comments on commit e31e685

Please sign in to comment.