Skip to content

Commit 1735d6b

Browse files
committed
bump version
1 parent 10b7a8f commit 1735d6b

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"id": "data-files-editor",
33
"name": "Data Files Editor",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"minAppVersion": "0.15.0",
66
"description": "Plugin to edit data files like txt, xml, json",
77
"author": "ZukTol",
88
"authorUrl": "https://github.com/ZukTol",
99
"fundingUrl": "",
1010
"isDesktopOnly": false
11-
}
11+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-files-loader",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Plugin to load data files like txt, xml, json",
55
"main": "main.js",
66
"scripts": {

versions.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"1.0.0": "0.15.0",
3-
"1.0.1": "0.15.0",
4-
"1.0.2": "0.15.0",
52
"1.0.3": "0.15.0",
63
"1.0.4": "0.15.0",
7-
"1.0.5": "0.15.0"
8-
}
4+
"1.0.5": "0.15.0",
5+
"1.0.6": "0.15.0"
6+
}

0 commit comments

Comments
 (0)