Skip to content

Commit

Permalink
Version bump v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiezane committed Jun 20, 2015
1 parent a0be23b commit 5640b8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
================

0.10.1
----

- Fix typo in bash script via [#54](https://github.com/eddiezane/lunchy/pull/54)


0.10.0
----

Expand Down
2 changes: 1 addition & 1 deletion lib/lunchy.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'fileutils'

class Lunchy
VERSION = '0.10.0'
VERSION = '0.10.1'

def start(params)
raise ArgumentError, "start [-wF] [name]" if params.empty?
Expand Down

0 comments on commit 5640b8a

Please sign in to comment.