Skip to content

Commit

Permalink
Update version to 2.8.0 #249
Browse files Browse the repository at this point in the history
  • Loading branch information
de-jcup committed Mar 22, 2022
1 parent 4c57e05 commit 8d893e6
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.7.0"
version="2.8.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.7.0
Bundle-Version: 2.8.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 @@ -6,6 +6,9 @@
<feature url="features/de.jcup.basheditor_2.7.0.jar" id="de.jcup.basheditor" version="2.7.0">
<category name="de.jcup.basheditor.stable"/>
</feature>
<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>
<category-def name="de.jcup.basheditor.stable" label="Stable">
<description>
Stable versions
Expand Down

0 comments on commit 8d893e6

Please sign in to comment.