Skip to content

Commit 737f6f3

Browse files
committed
1.9.5
1 parent 12a7f65 commit 737f6f3

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "qb-reader-parser",
33
"name": "QB Reader Parser",
4-
"version": "1.9.4",
4+
"version": "1.9.5",
55
"minAppVersion": "0.15.0",
66
"description": "Parse tossups from QB Reader into individual clues to send to Anki.",
77
"author": "Jedi_4",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qb-reader-parser",
3-
"version": "1.9.4",
3+
"version": "1.9.5",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
"1.9.1": "0.15.0",
3030
"1.9.2": "0.15.0",
3131
"1.9.3": "0.15.0",
32-
"1.9.4": "0.15.0"
32+
"1.9.4": "0.15.0",
33+
"1.9.5": "0.15.0"
3334
}

0 commit comments

Comments
 (0)