Skip to content

Commit

Permalink
Increase version number to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Apr 8, 2024
1 parent bc04d13 commit f11152b
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="1.0.2.qualifier"
version="1.0.3.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="1.0.2"
version="1.0.3"
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: 1.0.2
Bundle-Version: 1.0.3
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>1.0.2-SNAPSHOT</version>
<version>1.0.3-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>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down

0 comments on commit f11152b

Please sign in to comment.