Skip to content

Commit

Permalink
v1.1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsayer13 committed Mar 8, 2019
1 parent b3bb948 commit 98dd1cf
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 6 deletions.
42 changes: 40 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,45 @@
## Changelog (Current version: 1.1.49)
## Changelog (Current version: 1.1.50)

-----------------

## 1.1.50 (2019 Mar 08)

### Release Notes

* YML tab can be loaded even if the bitrise.yml is invalid (Offline mode) (#363)
* Improve grammar in warning message (#361)
* restore bitrise.yml


### Install or upgrade

To install this version, run the following commands (in a bash shell):

```
bitrise plugin install --source https://github.com/bitrise-io/bitrise-workflow-editor.git --version 1.1.50
```

To update the already installed plugin to the latest version:

```
bitrise plugin update workflow-editor
```

That's all, you're ready to go!

To run the workflow editor plugin call:

```
bitrise :workflow-editor
```

### Release Commits - 1.1.49 -> 1.1.50

* [b3bb948] Norbert Kovach - YML tab can be loaded even if the bitrise.yml is invalid (Offline mode) (#363) (2019 Mar 08)
* [0e5cd24] mikemee - Improve grammar in warning message (#361) (2019 Mar 06)
* [bc15a53] Papik Tamas - restore bitrise.yml (2019 Feb 15)


## 1.1.49 (2019 Feb 15)

### Release Notes
Expand Down Expand Up @@ -3222,4 +3260,4 @@ bitrise :workflow-editor

-----------------

Updated: 2019 Feb 15
Updated: 2019 Mar 08
4 changes: 2 additions & 2 deletions bitrise-plugin.yml
Expand Up @@ -2,8 +2,8 @@ name: workflow-editor
description: |-
Bitrise Workflow Editor.
executable:
osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.49/workflow-editor-Darwin-x86_64
linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.49/workflow-editor-Linux-x86_64
osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.50/workflow-editor-Darwin-x86_64
linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.50/workflow-editor-Linux-x86_64
requirements:
- tool: bitrise
min_version: 1.18.0
Expand Down
2 changes: 1 addition & 1 deletion bitrise.yml
Expand Up @@ -3,7 +3,7 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git

app:
envs:
- RELEASE_VERSION: 1.1.49
- RELEASE_VERSION: 1.1.50
- BIN_NAME: workflow-editor
- BIN_ARCH: x86_64
- BIN_OS_DARWIN: Darwin
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
@@ -1,4 +1,4 @@
package version

// VERSION ...
const VERSION = "1.1.49"
const VERSION = "1.1.50"

0 comments on commit 98dd1cf

Please sign in to comment.