Skip to content

Commit f812c79

Browse files
committed
Release 1.3.0 #32
- updated version information to 1.3.0
1 parent 7b5b693 commit f812c79

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

highspeed-json-editor-feature/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="de.jcup.hijson"
44
label="HiJSON Editor"
5-
version="1.2.0"
5+
version="1.3.0"
66
provider-name="Albert Tregnaghi">
77

88
<description url="https://marketplace.eclipse.org/content/json-editor">

highspeed-json-editor-plugin/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: HiJSON Editor
44
Bundle-SymbolicName: de.jcup.hijson;singleton:=true
5-
Bundle-Version: 1.2.0
5+
Bundle-Version: 1.3.0
66
Bundle-Activator: de.jcup.hijson.HighspeedJSONEditorActivator
77
Bundle-Vendor: Albert Tregnaghi
88
Require-Bundle: org.eclipse.ui,

highspeed-json-editor-updatesite/site.xml

+3
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
<feature url="features/de.jcup.hijson_1.2.0.jar" id="de.jcup.hijson" version="1.2.0">
1010
<category name="de.jcup.hijsoneditor.category"/>
1111
</feature>
12+
<feature url="features/de.jcup.hijson_1.3.0.jar" id="de.jcup.hijson" version="1.3.0">
13+
<category name="de.jcup.hijsoneditor.category"/>
14+
</feature>
1215
<category-def name="de.jcup.hijsoneditor.category" label="Stable"/>
1316
</site>

0 commit comments

Comments
 (0)