Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aircloud committed Apr 15, 2023
1 parent 509cc9a commit 1674049
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/chrome-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-ext",
"version": "0.1.2",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion apps/chrome-ext/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sync Content Helper",
"version": "0.1.2",
"version": "0.2.0",
"manifest_version": 3,
"description": "Synchronize content or conversations from your web pages",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sync-to-github",
"version": "0.1.2",
"version": "0.2.0",
"description": "",
"scripts": {
"lint": "eslint --ext .js,.ts,.tsx .",
Expand Down

0 comments on commit 1674049

Please sign in to comment.