Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiezane committed Jun 2, 2014
1 parent b5730c6 commit b4460f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
================

0.8.0
----

- Add 'uninstall' command to remove installed plist
- Add '-s, --symlink' option to symlink on install
- Add Rakefile for development
- Make clear that license is MIT, thanks [bf4!](https://github.com/bf4)
- Ignore case on ls, thanks [jpcirrus!](https://github.com/jpcirrus)

0.7.0
----

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Lunchy aims to be that friendly tool by wrapping launchctl and providing a few s
- restart [pattern]
- status [pattern]
- install [file]
- uninstall [pattern]
- show [pattern]
- edit [pattern]

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.7.0'
VERSION = '0.8.0'

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

0 comments on commit b4460f4

Please sign in to comment.