Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmantis committed Apr 20, 2015
1 parent 6cc478c commit 2867095
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .kitchen.yml
Expand Up @@ -11,6 +11,7 @@ platforms:
box: opscode-macosx-10.9
ssh:
insert_key: false
gui: true

suites:
- name: default
Expand Down
3 changes: 0 additions & 3 deletions Berksfile
Expand Up @@ -3,6 +3,3 @@
source 'https://supermarket.chef.io'

metadata

cookbook 'mac-app-store',
git: 'https://github.com/RoboticCheese/mac-app-store-chef'
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
Tweetbot Cookbook CHANGELOG
===========================

v0.1.0 (2015-04-20)
-------------------
- Initial release!

v0.0.1 (2015-04-16)
-------------------
- Development started
4 changes: 2 additions & 2 deletions metadata.rb
Expand Up @@ -7,9 +7,9 @@
license 'apache2'
description 'Installs/Configures Tweetbot'
long_description 'Installs/Configures Tweetbot'
version '0.0.1'
version '0.1.0'

depends 'mac-app-store', '~> 0.0.1'
depends 'mac-app-store', '~> 0.1'

supports 'mac_os_x'
# rubocop:enable SingleSpaceBeforeFirstArg

0 comments on commit 2867095

Please sign in to comment.