Skip to content

Commit

Permalink
Upgrade version to 0.1.0.alpha #3
Browse files Browse the repository at this point in the history
  • Loading branch information
de-jcup committed Mar 16, 2018
1 parent 312accd commit 0650790
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions asciidoctor-editor-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@
<feature
id="de.jcup.asciidoctoreditor"
label="AsciiDoctor Editor"
version="0.1.0"
version="0.1.0.alpha"
provider-name="Albert Tregnaghi">

<description url="https://marketplace.eclipse.org/content/asciidoctor-editor">
AsciiDoctor Editor is a eclipse plugin to edit asciidoc files (.sh)

AsciiDoctor Editor is a eclipse plugin to edit asciidoc files
(.sh)
It supports
- Syntax coloring which is customizeable and has additional defaults for dark theme
- Bracket switching + highlighting
- Syntax coloring which is customizeable and has additional defaults
for dark theme
- Block commenting (CTRL+7)
- Auto bracket closing for []
- Validation
- Outline + Quickoutline
</description>

<copyright>
Copyright 2017 Albert Tregnaghi
Copyright 2018 Albert Tregnaghi
Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-editor-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: AsciiDoctor Editor
Bundle-SymbolicName: de.jcup.asciidoctoreditor;singleton:=true
Bundle-Version: 0.1.0
Bundle-Version: 0.1.0.alpha
Bundle-Activator: de.jcup.asciidoctoreditor.AsciiDoctorEditorActivator
Bundle-Vendor: Albert Tregnaghi
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-editor-updatesite/site.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>

<feature url="features/de.jcup.asciidoctoreditor_0.1.0.alpha.jar" id="de.jcup.asciidoctoreditor" version="0.1.0.alpha"/>
</site>

0 comments on commit 0650790

Please sign in to comment.