Skip to content

Commit 930e0b6

Browse files
committed
chore: bumped to 1.0.2
1 parent ace61c1 commit 930e0b6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
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.1",
4+
"version": "1.0.2",
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": false
11-
}
11+
}

package.json

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

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"1.0.0": "0.15.0",
3-
"1.0.1": "0.15.0"
3+
"1.0.1": "0.15.0",
4+
"1.0.2": "0.15.0"
45
}

0 commit comments

Comments
 (0)