From 52f6432ac72cbf097cffd9ca914a0ba018917c72 Mon Sep 17 00:00:00 2001 From: bitrise-devs-bot Date: Thu, 12 Dec 2024 12:24:53 +0000 Subject: [PATCH] [skip ci] - 1.5.12688 --- bitrise-plugin.yml | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- version/version.go | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitrise-plugin.yml b/bitrise-plugin.yml index 38a3f5db3..e6df9ff8b 100644 --- a/bitrise-plugin.yml +++ b/bitrise-plugin.yml @@ -2,9 +2,9 @@ name: workflow-editor description: |- Bitrise Workflow Editor. executable: - osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12680/workflow-editor-Darwin-x86_64 - osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12680/workflow-editor-Darwin-arm64 - linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12680/workflow-editor-Linux-x86_64 + osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12688/workflow-editor-Darwin-x86_64 + osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12688/workflow-editor-Darwin-arm64 + linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12688/workflow-editor-Linux-x86_64 requirements: - tool: bitrise min_version: 1.18.0 diff --git a/package-lock.json b/package-lock.json index bd42c0a84..2ebc4651c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bitrise-workflow-editor", - "version": "1.5.12680", + "version": "1.5.12688", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bitrise-workflow-editor", - "version": "1.5.12680", + "version": "1.5.12688", "license": "MIT", "dependencies": { "@bitrise/bitkit": "^13.179.0", diff --git a/package.json b/package.json index 0873b3304..d64f16169 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Bitrise", "license": "MIT", "name": "bitrise-workflow-editor", - "version": "1.5.12680", + "version": "1.5.12688", "description": "Bitrise workflow editor", "homepage": "https://github.com/bitrise-io/bitrise-workflow-editor#readme", "repository": { diff --git a/version/version.go b/version/version.go index 3891c5ae1..0d9e2c34f 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version // VERSION ... -const VERSION = "1.5.12680" +const VERSION = "1.5.12688" \ No newline at end of file