Skip to content

Commit 9ec8b11

Browse files
committed
Increase version number to 1.1.0
1 parent dd34522 commit 9ec8b11

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

eclipse-solargraph-feature/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="io.github.pyvesb.eclipse_solargraph"
44
label="Ruby Solargraph"
5-
version="1.0.3.qualifier"
5+
version="1.1.0.qualifier"
66
provider-name="PyvesB">
77

88
<description url="https://github.com/PyvesB/eclipse-solargraph">
@@ -297,7 +297,7 @@ version(s), and exceptions or additional permissions here}.&quot;
297297
id="io.github.pyvesb.eclipse_solargraph"
298298
download-size="0"
299299
install-size="0"
300-
version="1.0.3"
300+
version="1.1.0"
301301
unpack="false"/>
302302

303303
</feature>

eclipse-solargraph-plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Ruby Solargraph
44
Bundle-SymbolicName: io.github.pyvesb.eclipse_solargraph;singleton:=true
5-
Bundle-Version: 1.0.3
5+
Bundle-Version: 1.1.0
66
Require-Bundle: org.eclipse.core.runtime,
77
org.eclipse.debug.ui,
88
org.eclipse.lsp4e,

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.github.pyvesb.eclipse_solargraph</groupId>
88
<artifactId>eclipse-solargraph</artifactId>
9-
<version>1.0.3-SNAPSHOT</version>
9+
<version>1.1.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<modules>
1212
<module>eclipse-solargraph-feature</module>
@@ -38,7 +38,7 @@
3838
<artifact>
3939
<groupId>io.github.pyvesb.eclipse_solargraph</groupId>
4040
<artifactId>eclipse-solargraph-target-platform</artifactId>
41-
<version>1.0.3-SNAPSHOT</version>
41+
<version>1.1.0-SNAPSHOT</version>
4242
</artifact>
4343
</target>
4444
<environments>

0 commit comments

Comments
 (0)