Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfriesen committed Sep 14, 2024
1 parent e196fc2 commit f6c1bca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "quickcite",
"version": "1.0.1",
"version": "1.1.0",
"description": "A Chrome extension to copy GitHub pull request information",
"main": "background.js",
"type": "module",
Expand Down Expand Up @@ -45,4 +45,4 @@
"tailwindcss": "^3.4.10",
"vite": "^2.9.18"
}
}
}
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": "1.0.1",
"version": "1.1.0",
"description": "Injects buttons on various sites to copy formatted information to clipboard",
"author": {
"email": "[email protected]"
Expand Down

0 comments on commit f6c1bca

Please sign in to comment.