Skip to content

Commit

Permalink
Increase version number to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Sep 4, 2021
1 parent c48bf5e commit 6fcd5f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions eclipse-solargraph-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="io.github.pyvesb.eclipse_solargraph"
label="Ruby Solargraph"
version="0.5.0.qualifier"
version="0.5.1.qualifier"
provider-name="PyvesB">

<description url="https://github.com/PyvesB/eclipse-solargraph">
Expand Down Expand Up @@ -297,7 +297,7 @@ version(s), and exceptions or additional permissions here}.&quot;
id="io.github.pyvesb.eclipse_solargraph"
download-size="0"
install-size="0"
version="0.5.0"
version="0.5.1"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion eclipse-solargraph-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: Ruby Solargraph
Bundle-SymbolicName: io.github.pyvesb.eclipse_solargraph;singleton:=true
Bundle-Version: 0.5.0
Bundle-Version: 0.5.1
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.debug.ui,
org.eclipse.lsp4e,
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.pyvesb.eclipse_solargraph</groupId>
<artifactId>eclipse-solargraph</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>eclipse-solargraph-feature</module>
Expand Down Expand Up @@ -36,7 +36,7 @@
<artifact>
<groupId>io.github.pyvesb.eclipse_solargraph</groupId>
<artifactId>eclipse-solargraph-target-platform</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down

0 comments on commit 6fcd5f1

Please sign in to comment.