From 2c523e66acef79ecc00b5195844600a54e1ac15c Mon Sep 17 00:00:00 2001 From: bitrise-devs-bot Date: Mon, 9 Dec 2024 14:04:25 +0000 Subject: [PATCH] [skip ci] - 1.5.12632 --- 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 63f64e429..fc9294292 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.12625/workflow-editor-Darwin-x86_64 - osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12625/workflow-editor-Darwin-arm64 - linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12625/workflow-editor-Linux-x86_64 + osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12632/workflow-editor-Darwin-x86_64 + osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12632/workflow-editor-Darwin-arm64 + linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12632/workflow-editor-Linux-x86_64 requirements: - tool: bitrise min_version: 1.18.0 diff --git a/package-lock.json b/package-lock.json index 2cd08e2be..88a34817e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bitrise-workflow-editor", - "version": "1.5.12625", + "version": "1.5.12632", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bitrise-workflow-editor", - "version": "1.5.12625", + "version": "1.5.12632", "license": "MIT", "dependencies": { "@bitrise/bitkit": "^13.179.0", diff --git a/package.json b/package.json index ba9a479dd..04a5a8327 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Bitrise", "license": "MIT", "name": "bitrise-workflow-editor", - "version": "1.5.12625", + "version": "1.5.12632", "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 5cd03b569..57e48e06a 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version // VERSION ... -const VERSION = "1.5.12625" +const VERSION = "1.5.12632" \ No newline at end of file