Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0l92 committed Jan 17, 2023
1 parent d1a83b7 commit 3f19cc2
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.51.0",
"version": "1.51.1",
"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.51.0",
"version": "1.51.1",
"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 package.json",
"version": "node version-bump.mjs && pnpm i && git add manifest.json versions.json package.json pnpm-lock.yaml",
"test": "cross-env-shell TZ=UTC jest",
"test-watch": "cross-env-shell TZ=UTC \"jest --watchAll\""
},
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"1.50.3": "0.12.0",
"1.50.4": "0.12.0",
"1.50.5": "0.12.0",
"1.51.0": "0.12.0"
"1.51.0": "0.12.0",
"1.51.1": "0.12.0"
}

0 comments on commit 3f19cc2

Please sign in to comment.