Skip to content

Commit

Permalink
Increase version number to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Jul 27, 2024
1 parent 713792d commit 821a119
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.1.0.qualifier"
version="1.1.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="1.1.0"
version="1.1.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: 1.1.0
Bundle-Version: 1.1.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>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>eclipse-solargraph-feature</module>
Expand Down Expand Up @@ -38,7 +38,7 @@
<artifact>
<groupId>io.github.pyvesb.eclipse_solargraph</groupId>
<artifactId>eclipse-solargraph-target-platform</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down

0 comments on commit 821a119

Please sign in to comment.