Skip to content

Commit 67575e2

Browse files
committed
1.0.3
1 parent 0bee0c5 commit 67575e2

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"id": "tiddlywiki-import-export",
33
"name": "Import/Export TiddlyWiki",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"minAppVersion": "0.15.0",
66
"description": "Import and export TiddlyWiki from and to Obsidian.",
77
"author": "Lucas Bordeau",
88
"authorUrl": "https://github.com/lucasbordeau",
99
"fundingUrl": "https://www.buymeacoffee.com/lucasbordeau",
1010
"isDesktopOnly": true
11-
}
11+
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiddlywiki-import-export",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Import/Export TiddlyWiki",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"1.0.0": "0.15.0",
33
"1.0.1": "0.15.0",
4-
"1.0.2": "0.15.0"
4+
"1.0.2": "0.15.0",
5+
"1.0.3": "0.15.0"
56
}

0 commit comments

Comments
 (0)