Skip to content

Commit 2502509

Browse files
committed
Update version to 1.2.0 #19
1 parent f5d915c commit 2502509

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

highspeed-json-editor-feature/feature.xml

Lines changed: 1 addition & 1 deletion
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.1.0"
5+
version="1.2.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

Lines changed: 1 addition & 1 deletion
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.1.0
5+
Bundle-Version: 1.2.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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
<feature url="features/de.jcup.hijson_1.1.0.jar" id="de.jcup.hijson" version="1.1.0">
77
<category name="de.jcup.hijsoneditor.category"/>
88
</feature>
9+
<feature url="features/de.jcup.hijson_1.2.0.jar" id="de.jcup.hijson" version="1.2.0">
10+
<category name="de.jcup.hijsoneditor.category"/>
11+
</feature>
912
<category-def name="de.jcup.hijsoneditor.category" label="Stable"/>
1013
</site>

0 commit comments

Comments
 (0)