Skip to content

Commit

Permalink
fixing the manifest! I suck!
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jul 29, 2010
1 parent 2275fb0 commit 6dbda31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ README.rdoc
Rakefile
bin/nokogiri
deps.rip
ext/nokogiri/depend
ext/nokogiri/extconf.rb
ext/nokogiri/html_document.c
ext/nokogiri/html_document.h
Expand Down Expand Up @@ -159,6 +160,7 @@ lib/nokogiri/html/sax/parser.rb
lib/nokogiri/html/sax/parser_context.rb
lib/nokogiri/syntax_error.rb
lib/nokogiri/version.rb
lib/nokogiri/version_warning.rb
lib/nokogiri/xml.rb
lib/nokogiri/xml/attr.rb
lib/nokogiri/xml/attribute_decl.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/nokogiri/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Nokogiri
# The version of Nokogiri you are using
VERSION = '1.4.3'
VERSION = '1.4.3.1'

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

0 comments on commit 6dbda31

Please sign in to comment.