Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed May 18, 2010
1 parent 8a267ba commit 3ab4d4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions citrus.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'citrus'
s.version = '1.0.0'
s.date = '2010-05-13'
s.version = '1.1.0'
s.date = '2010-05-18'

s.summary = 'Parsing Expressions for Ruby'
s.description = 'Parsing Expressions for Ruby'
Expand All @@ -13,6 +13,7 @@ Gem::Specification.new do |s|

s.files = Dir['lib/**/*.rb'] +
Dir['examples/**/*'] +
Dir['extras/**/*'] +
Dir['test/*.rb'] +
%w< citrus.gemspec Rakefile README >

Expand Down
2 changes: 1 addition & 1 deletion lib/citrus.rb
Expand Up @@ -4,7 +4,7 @@
#
# http://github.com/mjijackson/citrus
module Citrus
VERSION = [1, 0, 0]
VERSION = [1, 1, 0]

Infinity = 1.0 / 0

Expand Down

0 comments on commit 3ab4d4e

Please sign in to comment.