From d80a591851b7478ca87dfef084a2e4b41e78615e Mon Sep 17 00:00:00 2001 From: bitrise-devs-bot Date: Thu, 5 Dec 2024 13:21:23 +0000 Subject: [PATCH] [skip ci] - 1.5.12614 --- 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 dbde38a3c..b2722e4d6 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.12611/workflow-editor-Darwin-x86_64 - osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12611/workflow-editor-Darwin-arm64 - linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12611/workflow-editor-Linux-x86_64 + osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12614/workflow-editor-Darwin-x86_64 + osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12614/workflow-editor-Darwin-arm64 + linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12614/workflow-editor-Linux-x86_64 requirements: - tool: bitrise min_version: 1.18.0 diff --git a/package-lock.json b/package-lock.json index fbe656a2d..da7c7d16e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bitrise-workflow-editor", - "version": "1.5.12611", + "version": "1.5.12614", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bitrise-workflow-editor", - "version": "1.5.12611", + "version": "1.5.12614", "license": "MIT", "dependencies": { "@bitrise/bitkit": "^13.179.0", diff --git a/package.json b/package.json index 754ff04c1..0b2fc9d25 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Bitrise", "license": "MIT", "name": "bitrise-workflow-editor", - "version": "1.5.12611", + "version": "1.5.12614", "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 0d4f0c9ae..8b782bc40 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version // VERSION ... -const VERSION = "1.5.12611" +const VERSION = "1.5.12614" \ No newline at end of file