Skip to content

Commit

Permalink
Bump revision.
Browse files Browse the repository at this point in the history
  • Loading branch information
mat813 committed Feb 19, 2014
1 parent 82284eb commit c005fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rb-kqueue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# * {Watcher} -- A watcher for a single sort of event
# * {Event} -- A notification that an event has occurred
module KQueue
VERSION = [0, 2, 0]
VERSION = [0, 2, 1]

# Raise an exception for a native kqueue error.
#
Expand Down
2 changes: 1 addition & 1 deletion rb-kqueue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |gem|
gem.name = %q{rb-kqueue}
gem.version = "0.2.0"
gem.version = "0.2.1"

gem.authors = ["Mathieu Arnold", "Nathan Weizenbaum"]
gem.email = %q{mat@mat.cc nex342@gmail.com}
Expand Down

0 comments on commit c005fda

Please sign in to comment.