diff --git a/bitrise-plugin.yml b/bitrise-plugin.yml index 4a74ad462..80d9780df 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.12697/workflow-editor-Darwin-x86_64 - osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12697/workflow-editor-Darwin-arm64 - linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12697/workflow-editor-Linux-x86_64 + osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12702/workflow-editor-Darwin-x86_64 + osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12702/workflow-editor-Darwin-arm64 + linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.5.12702/workflow-editor-Linux-x86_64 requirements: - tool: bitrise min_version: 1.18.0 diff --git a/package-lock.json b/package-lock.json index 8a3ef57e4..07ef96767 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bitrise-workflow-editor", - "version": "1.5.12697", + "version": "1.5.12702", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bitrise-workflow-editor", - "version": "1.5.12697", + "version": "1.5.12702", "license": "MIT", "dependencies": { "@bitrise/bitkit": "^13.179.0", diff --git a/package.json b/package.json index e68780936..e51fce654 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Bitrise", "license": "MIT", "name": "bitrise-workflow-editor", - "version": "1.5.12697", + "version": "1.5.12702", "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 479471c68..84089a42b 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version // VERSION ... -const VERSION = "1.5.12697" +const VERSION = "1.5.12702" \ No newline at end of file