Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yob committed May 16, 2011
1 parent 7a5155a commit d6b23ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
@@ -1,7 +1,10 @@
v0.2.2 (16th May 2011)
- restore dependency on vanilla roxml

v0.2.1 (9th September 2010) v0.2.1 (9th September 2010)
- use an alternative release of roxml that - use an alternative release of roxml that
- is compatible it activesupport 2.x and 3.x - is compatible it activesupport 2.x and 3.x
- doesn'tchange the behaviour of nokogiri when it monkey patches - doesn't change the behaviour of nokogiri when it monkey patches


v0.2.0 (2nd November 2009) v0.2.0 (2nd November 2009)
- bump roxml dependency to 3.x - bump roxml dependency to 3.x
Expand Down
2 changes: 1 addition & 1 deletion lib/editx.rb
Expand Up @@ -9,7 +9,7 @@ module EDItX
module Version #:nodoc: module Version #:nodoc:
Major = 0 Major = 0
Minor = 2 Minor = 2
Tiny = 1 Tiny = 2


String = [Major, Minor, Tiny].join('.') String = [Major, Minor, Tiny].join('.')
end end
Expand Down

0 comments on commit d6b23ec

Please sign in to comment.