Skip to content

Commit 96542d1

Browse files
committed
1.1.0
1 parent ba82f92 commit 96542d1

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "tiddlywiki-import-export",
33
"name": "Import/Export TiddlyWiki",
4-
"version": "1.0.3",
4+
"version": "1.1.0",
55
"minAppVersion": "0.15.0",
66
"description": "Import and export TiddlyWiki from and to Obsidian.",
77
"author": "Lucas Bordeau",

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.3",
3+
"version": "1.1.0",
44
"description": "Import/Export TiddlyWiki",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"1.0.0": "0.15.0",
33
"1.0.1": "0.15.0",
44
"1.0.2": "0.15.0",
5-
"1.0.3": "0.15.0"
5+
"1.0.3": "0.15.0",
6+
"1.1.0": "0.15.0"
67
}

0 commit comments

Comments
 (0)