Skip to content

Commit

Permalink
[skip ci] - v1.3.258
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrise-devs-bot committed Dec 5, 2023
1 parent a15bef5 commit 5ee418f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bitrise-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: workflow-editor
description: |-
Bitrise Workflow Editor.
executable:
osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.3.257/workflow-editor-Darwin-x86_64
osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.3.257/workflow-editor-Darwin-arm64
linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.3.257/workflow-editor-Linux-x86_64
osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.3.258/workflow-editor-Darwin-x86_64
osx-arm64: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.3.258/workflow-editor-Darwin-arm64
linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.3.258/workflow-editor-Linux-x86_64
requirements:
- tool: bitrise
min_version: 1.18.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitrise-workflow-editor",
"version": "1.3.257",
"version": "1.3.258",
"description": "Bitrise workflow editor",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

// VERSION ...
const VERSION = "1.3.257"
const VERSION = "1.3.258"

0 comments on commit 5ee418f

Please sign in to comment.