Skip to content

Commit

Permalink
savvy-extension: bump version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Jan 25, 2025
1 parent 7926a7e commit c96a151
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion savvy-extension/chrome-extension/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const manifest = withSidePanel({
*/
name: 'Savvy',
version: packageJson.version,
description: 'Create, Share, and Run Worfklows from your Browser & CLI',
description: 'Save each link from your debugging adventures',
host_permissions: ['http://localhost:8765/*'],
permissions: ['history'],
background: {
Expand Down
8 changes: 4 additions & 4 deletions savvy-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "chrome-extension-boilerplate-react-vite",
"version": "0.1.0",
"description": "chrome extension boilerplate",
"name": "Savvy",
"version": "1.0.1",
"description": "Save each link from your debugging adventures",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite.git"
"url": "https://github.com/getsavvyinc/savvy-cli"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit c96a151

Please sign in to comment.