From 2b823548d4ffef8b4c3af059d74a385795612ad5 Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:11:47 +0100 Subject: [PATCH] Bump version to 0.13.1 in package.json --- client/package-lock.json | 4 ++-- client/package.json | 2 +- client/src/constants.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 10ff2e4..7204eb1 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "galaxy-tools", - "version": "0.13.0", + "version": "0.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "galaxy-tools", - "version": "0.13.0", + "version": "0.13.1", "license": "Apache-2.0", "dependencies": { "iconv-lite": "^0.6.3", diff --git a/client/package.json b/client/package.json index 85e2830..2ad79b2 100644 --- a/client/package.json +++ b/client/package.json @@ -5,7 +5,7 @@ "author": "davelopez", "publisher": "davelopez", "license": "Apache-2.0", - "version": "0.13.0", + "version": "0.13.1", "preview": true, "repository": { "type": "git", diff --git a/client/src/constants.ts b/client/src/constants.ts index 3be0981..8e11217 100644 --- a/client/src/constants.ts +++ b/client/src/constants.ts @@ -3,7 +3,7 @@ export namespace Constants { export const LS_VENV_NAME = "glsenv"; export const GALAXY_LS_PACKAGE = "galaxy-language-server"; export const GALAXY_LS = "galaxyls"; - export const GALAXY_LS_VERSION = "0.13.0"; + export const GALAXY_LS_VERSION = "0.13.1"; export const LANGUAGE_ID = "galaxytool"; export const TOOL_DOCUMENT_EXTENSION = "xml";