Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrosinger committed Oct 17, 2023
1 parent 3e49d71 commit f20114c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-importer",
"name": "Importer",
"version": "1.4.0",
"version": "1.5.0",
"minAppVersion": "0.15.0",
"description": "Import notes from various apps and formats to Obsidian.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"isDesktopOnly": false
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "obsidian-importer",
"version": "1.4.0",
"version": "1.5.0",
"description": "Import notes from other apps like Evernote.",
"main": "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 package.json versions.json",
"lint": "eslint src --ext .ts --fix"
},
"keywords": [],
Expand All @@ -32,4 +32,4 @@
"sqlite-tag-spawned": "^0.6.0",
"xml-flow": "1.0.4"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
"1.0.1": "0.15.0",
"1.5.0": "0.15.0"
}

0 comments on commit f20114c

Please sign in to comment.