Skip to content

Commit

Permalink
Release 2.9.0 #271
Browse files Browse the repository at this point in the history
  • Loading branch information
de-jcup committed Mar 27, 2023
1 parent e3c8bee commit 0e28287
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bash-editor-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.jcup.basheditor"
label="Bash Editor"
version="2.8.0"
version="2.9.0"
provider-name="Albert Tregnaghi">

<description url="https://marketplace.eclipse.org/content/bash-editor">
Expand Down
2 changes: 1 addition & 1 deletion basheditor-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bash Editor
Bundle-SymbolicName: de.jcup.basheditor;singleton:=true
Bundle-Version: 2.8.0
Bundle-Version: 2.9.0
Bundle-Activator: de.jcup.basheditor.BashEditorActivator
Bundle-Vendor: Albert Tregnaghi
Require-Bundle: org.eclipse.ui,
Expand Down
3 changes: 3 additions & 0 deletions basheditor-updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<feature url="features/de.jcup.basheditor_2.8.0.jar" id="de.jcup.basheditor" version="2.8.0">
<category name="de.jcup.basheditor.stable"/>
</feature>
<feature url="features/de.jcup.basheditor_2.9.0.jar" id="de.jcup.basheditor" version="2.9.0">
<category name="de.jcup.basheditor.stable"/>
</feature>
<category-def name="de.jcup.basheditor.stable" label="Stable">
<description>
Stable versions
Expand Down

0 comments on commit 0e28287

Please sign in to comment.