From 8442aacfb0d5b5f497c6bff554e5e63ba93aa5c3 Mon Sep 17 00:00:00 2001 From: bitrise-devs-bot Date: Mon, 17 Feb 2025 14:59:07 +0000 Subject: [PATCH] [skip ci] - 1.5.13200 --- 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 3226a5f1a..0df042efb 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.13192/workflow-editor-Darwin-x86_64 - osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.13192/workflow-editor-Darwin-arm64 - linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.13192/workflow-editor-Linux-x86_64 + osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.13200/workflow-editor-Darwin-x86_64 + osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.13200/workflow-editor-Darwin-arm64 + linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.13200/workflow-editor-Linux-x86_64 requirements: - tool: bitrise min_version: 1.18.0 diff --git a/package-lock.json b/package-lock.json index b86b6bed6..af9ef48eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bitrise-workflow-editor", - "version": "1.5.13192", + "version": "1.5.13200", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bitrise-workflow-editor", - "version": "1.5.13192", + "version": "1.5.13200", "license": "MIT", "dependencies": { "@bitrise/bitkit": "^13.203.0", diff --git a/package.json b/package.json index 5cc1c9819..a361d0fe4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Bitrise", "license": "MIT", "name": "bitrise-workflow-editor", - "version": "1.5.13192", + "version": "1.5.13200", "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 b82b123b5..8de342791 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version // VERSION ... -const VERSION = "1.5.13192" +const VERSION = "1.5.13200" \ No newline at end of file