Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed May 7, 2009
1 parent f83f6ad commit 3475e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -70,7 +70,7 @@ namespace :gem do
end

namespace :jruby do
task :spec => ['build'] do
task :spec => ['compile'] do
File.open("#{HOE.name}.gemspec", 'w') do |f|
HOE.spec.platform = 'java'
HOE.spec.files << GENERATED_PARSER
Expand Down
2 changes: 1 addition & 1 deletion lib/nokogiri/version.rb
@@ -1,6 +1,6 @@
module Nokogiri
# The version of Nokogiri you are using
VERSION = '1.2.3'
VERSION = '1.2.4'

# More complete version information about libxml
VERSION_INFO = {}
Expand Down

0 comments on commit 3475e5b

Please sign in to comment.