Skip to content

Commit 6ef48cf

Browse files
committed
up version
1 parent 552b66e commit 6ef48cf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "data-files-editor",
33
"name": "Data Files Editor",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"minAppVersion": "0.15.0",
66
"description": "Plugin to edit data files like txt, xml, json",
77
"author": "ZukTol",

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.6",
3+
"version": "1.0.7",
44
"description": "Plugin to load data files like txt, xml, json",
55
"main": "main.js",
66
"scripts": {

versions.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"1.0.3": "0.15.0",
33
"1.0.4": "0.15.0",
44
"1.0.5": "0.15.0",
5-
"1.0.6": "0.15.0"
6-
}
5+
"1.0.6": "0.15.0",
6+
"1.0.7": "0.15.0"
7+
}

0 commit comments

Comments
 (0)