Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco LUCARELLA committed Dec 21, 2022
1 parent de4d3fe commit f3c4be7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-jira-issue",
"name": "Jira Issue",
"version": "1.39.3",
"version": "1.40.0",
"minAppVersion": "0.12.0",
"description": "This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.",
"author": "marc0l92",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "obsidian-jira-issue",
"version": "1.39.3",
"version": "1.40.0",
"description": "This plugin allows you to track the progress of [Atlassian Jira](https://www.atlassian.com/software/jira) issues from your [Obsidian](https://obsidian.md/) notes.",
"main": "src/main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"version": "node version-bump.mjs && git add manifest.json versions.json package.json",
"test": "jest --watchAll"
},
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"1.39.0": "0.12.0",
"1.39.1": "0.12.0",
"1.39.2": "0.12.0",
"1.39.3": "0.12.0"
"1.39.3": "0.12.0",
"1.40.0": "0.12.0"
}

0 comments on commit f3c4be7

Please sign in to comment.