Skip to content

Commit

Permalink
Bump version to 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mat813 committed Nov 1, 2012
1 parent 4a5678b commit f12f808
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, 1, 0]
VERSION = [0, 2, 0]

# 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 |s|
s.name = %q{rb-kqueue}
s.version = "0.1.0"
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nathan Weizenbaum"]
Expand Down

0 comments on commit f12f808

Please sign in to comment.