Skip to content

Commit 0b2cf6d

Browse files
committed
Update version to 1.9.0 #111
1 parent c9af14c commit 0b2cf6d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

yamleditor-feature/feature.xml

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

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

yamleditor-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: Yaml Editor
44
Bundle-SymbolicName: de.jcup.yamleditor;singleton:=true
5-
Bundle-Version: 1.8.0
5+
Bundle-Version: 1.9.0
66
Bundle-Activator: de.jcup.yamleditor.YamlEditorActivator
77
Bundle-Vendor: Albert Tregnaghi
88
Require-Bundle: org.eclipse.ui,

yamleditor-updatesite/site.xml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<feature url="features/de.jcup.yamleditor_1.8.0.jar" id="de.jcup.yamleditor" version="1.8.0">
1010
<category name="de.jcup.yamleditor.category.stable"/>
1111
</feature>
12+
<feature url="features/de.jcup.yamleditor_1.9.0.jar" id="de.jcup.yamleditor" version="1.9.0">
13+
<category name="de.jcup.yamleditor.category.stable"/>
14+
</feature>
1215
<category-def name="de.jcup.yamleditor.category.stable" label="Stable">
1316
<description>
1417
Stable releases

0 commit comments

Comments
 (0)