Skip to content

Commit 22ee790

Browse files
author
Bitrise CI
committed
[skip ci] - 2.5.14401
1 parent 903dbae commit 22ee790

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

bitrise-plugin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: workflow-editor
22
description: |-
33
Bitrise Workflow Editor.
44
executable:
5-
osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/2.5.14395/workflow-editor-Darwin-x86_64
6-
osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/2.5.14395/workflow-editor-Darwin-arm64
7-
linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/2.5.14395/workflow-editor-Linux-x86_64
5+
osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/2.5.14401/workflow-editor-Darwin-x86_64
6+
osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/2.5.14401/workflow-editor-Darwin-arm64
7+
linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/2.5.14401/workflow-editor-Linux-x86_64
88
requirements:
99
- tool: bitrise
1010
min_version: 1.18.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Bitrise",
33
"license": "MIT",
44
"name": "bitrise-workflow-editor",
5-
"version": "2.5.14395",
5+
"version": "2.5.14401",
66
"description": "Bitrise workflow editor",
77
"homepage": "https://github.com/bitrise-io/bitrise-workflow-editor#readme",
88
"repository": {

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
// VERSION ...
4-
const VERSION = "2.5.14395"
4+
const VERSION = "2.5.14401"
55

0 commit comments

Comments
 (0)