Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelser committed May 7, 2015
1 parent f07355c commit 22edea2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 0.1.2

- Fix bug with setting `at` like "**:35".

## 0.1.1

- Handle multiple ats (at: ["mon 8:00, tues 9:30"]).
- Handle multiple `at`s (at: ["mon 8:00, tues 9:30"]).
- Job callbacks (:before_tick, :after_tick, etc).

## 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion lib/zhong/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Zhong
VERSION = "0.1.1"
VERSION = "0.1.2"
end

0 comments on commit 22edea2

Please sign in to comment.