Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
homostellaris committed Nov 7, 2021
1 parent a03990b commit 1dce27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seshy",
"version": "0.2.0",
"version": "0.2.1",
"description": "Chrome extension for effortlessly syncing browsing sessions.",
"scripts": {
"build": "snowpack build",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Seshy",
"version": "0.2.0",
"version": "0.2.1",
"description": "Chrome extension for effortlessly syncing browsing sessions.",
"background": {
"service_worker": "workerWrapper.js"
Expand Down

0 comments on commit 1dce27a

Please sign in to comment.