From f11152b5442a5c51cb36ff3b4cf070cbbddb938b Mon Sep 17 00:00:00 2001 From: "Pierre-Yves B." <10694593+PyvesB@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:05:20 +0200 Subject: [PATCH] Increase version number to 1.0.3 --- eclipse-solargraph-feature/feature.xml | 4 ++-- eclipse-solargraph-plugin/META-INF/MANIFEST.MF | 2 +- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eclipse-solargraph-feature/feature.xml b/eclipse-solargraph-feature/feature.xml index d08461a..ac6d86b 100644 --- a/eclipse-solargraph-feature/feature.xml +++ b/eclipse-solargraph-feature/feature.xml @@ -2,7 +2,7 @@ @@ -297,7 +297,7 @@ version(s), and exceptions or additional permissions here}." id="io.github.pyvesb.eclipse_solargraph" download-size="0" install-size="0" - version="1.0.2" + version="1.0.3" unpack="false"/> diff --git a/eclipse-solargraph-plugin/META-INF/MANIFEST.MF b/eclipse-solargraph-plugin/META-INF/MANIFEST.MF index d76e99a..c1cfcbe 100644 --- a/eclipse-solargraph-plugin/META-INF/MANIFEST.MF +++ b/eclipse-solargraph-plugin/META-INF/MANIFEST.MF @@ -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, diff --git a/pom.xml b/pom.xml index 699078b..4677d10 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 io.github.pyvesb.eclipse_solargraph eclipse-solargraph - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT pom eclipse-solargraph-feature @@ -36,7 +36,7 @@ io.github.pyvesb.eclipse_solargraph eclipse-solargraph-target-platform - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT