Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfriesen committed Aug 20, 2024
1 parent 060d91c commit 1ad3558
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickcite",
"version": "0.0.0",
"version": "1.0.0",
"description": "A Chrome extension to copy GitHub pull request information",
"main": "background.js",
"scripts": {
Expand All @@ -10,7 +10,12 @@
"release": "bash scripts/bump_version.sh",
"release_verify": "bash scripts/prerelease_check.sh"
},
"keywords": ["github", "pull request", "chrome extension", "productivity"],
"keywords": [
"github",
"pull request",
"chrome extension",
"productivity"
],
"author": "Jon Friesen <[email protected]>",
"license": "UNLICENSED",
"private": true,
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": "QuickCite",
"version": "0.0.0",
"version": "1.0.0",
"description": "Injects buttons on various sites to copy formatted information to clipboard",
"author": {
"email": "[email protected]"
Expand Down

0 comments on commit 1ad3558

Please sign in to comment.