Skip to content

Commit

Permalink
Setting version (0.1.1), updating History.
Browse files Browse the repository at this point in the history
  • Loading branch information
ymendel committed Jul 2, 2008
1 parent 78f8a3b commit 67e7684
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== 0.1.1 2008-07-02

* 1 tiny enhancement:
* Added ability to get deleted files from an Event (or the entire events array) provided the stream is in cache mode.

== 0.1.0 2008-06-30

* 1 minor enhancement:
Expand Down
2 changes: 1 addition & 1 deletion lib/fsevents/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Fsevents #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 1
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 67e7684

Please sign in to comment.