Skip to content

Commit ad48fdb

Browse files
committed
up version
1 parent b3fa2a9 commit ad48fdb

File tree

3 files changed

+5
-4
lines changed

3 files changed

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

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"1.0.1": "0.15.0",
44
"1.0.2": "0.15.0",
55
"1.0.3": "0.15.0",
6-
"1.0.4": "0.15.0"
6+
"1.0.4": "0.15.0",
7+
"1.0.5": "0.15.0"
78
}

0 commit comments

Comments
 (0)