Skip to content

Commit

Permalink
Update version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greeneca committed Jun 28, 2017
1 parent 6703048 commit 36c92a0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
@@ -1,3 +1,13 @@
= 4.1.0 =

- Remove unnecessary default manifest values
- Print PKG path when packaging with --verbose
- Add build number to default out file name for packager
- Fail with useful message when packaging without configured key
- Monitor will check for used connection
- Screens command now prints all key combinations
- Replace nokogiri with oga

= 4.0.1 =

- Fix sideload bug
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
roku_builder (4.0.1)
roku_builder (4.1.0)
faraday (~> 0.12)
faraday-digestauth (~> 0.2)
git (~> 1.3)
Expand Down
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -62,8 +62,6 @@ directory:

* Fix file naming when building from a referance
* Add configuration option for build_version format
* Check if keying with bad password
* Check if missing key config when required

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion lib/roku_builder/version.rb
Expand Up @@ -2,5 +2,5 @@

module RokuBuilder
# Version of the RokuBuilder Gem
VERSION = "4.0.1"
VERSION = "4.1.0"
end

0 comments on commit 36c92a0

Please sign in to comment.