Skip to content

Commit

Permalink
adjusting version and matching script
Browse files Browse the repository at this point in the history
  • Loading branch information
macleanjr committed Oct 14, 2021
1 parent 706aa43 commit 7f817ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Github Labels for JIRA Sprints",
"version": "0.13.1",
"version": "0.14.0",
"description": "Adds information to cards in the JIRA sprint view to show GitHub labels on associated Pull Requests.",
"manifest_version": 2,
"content_scripts": [{
"css": ["styles.css"],
"js": ["jquery-3.3.1.min.js", "content.js"],
"matches": ["https://*.atlassian.net/secure/RapidBoard.jspa*"],
"matches": ["https://*.atlassian.net/jira/software/c/projects/*/boards/*"],
"run_at": "document_idle"
}],
"permissions": [
Expand Down

0 comments on commit 7f817ef

Please sign in to comment.