Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Jun 11, 2018
1 parent 0973ed3 commit 46ea874
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,12 @@
## Changelog (Current version: 1.0.3)
## Changelog (Current version: 1.0.4)

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

### 1.0.4 (2018 Jun 11)

* [0973ed3] prepare for 1.0.4
* [d1e5f3f] dep update (#20)

### 1.0.3 (2018 May 23)

* [7b7b01d] Prepare for 1.0.3
Expand Down Expand Up @@ -80,4 +85,4 @@

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

Updated: 2018 May 23
Updated: 2018 Jun 11
4 changes: 2 additions & 2 deletions bitrise-plugin.yml
Expand Up @@ -2,8 +2,8 @@ name: init
description: Initialize bitrise __config (bitrise.yml)__ and __secrets (.bitrise.secrets.yml)__
based on your project.
executable:
osx: https://github.com/bitrise-core/bitrise-plugins-init/releases/download/1.0.3/bitrise-plugins-init-Darwin-x86_64
linux: https://github.com/bitrise-core/bitrise-plugins-init/releases/download/1.0.3/bitrise-plugins-init-Linux-x86_64
osx: https://github.com/bitrise-core/bitrise-plugins-init/releases/download/1.0.4/bitrise-plugins-init-Darwin-x86_64
linux: https://github.com/bitrise-core/bitrise-plugins-init/releases/download/1.0.4/bitrise-plugins-init-Linux-x86_64
trigger: ""
requirements:
- tool: bitrise
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
@@ -1,4 +1,4 @@
package version

// VERSION ...
const VERSION = "1.0.3"
const VERSION = "1.0.4"

0 comments on commit 46ea874

Please sign in to comment.