Skip to content

Commit

Permalink
Updated CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Aman committed Oct 18, 2011
1 parent 71b97e5 commit 4435640
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
== 0.2.2

* fixed some issues around array imports and exports

== 0.2.1

* fixed URI resolution when base URI is missing
Expand Down
2 changes: 1 addition & 1 deletion lib/autoparse/version.rb
Expand Up @@ -18,7 +18,7 @@ module AutoParse
module VERSION
MAJOR = 0
MINOR = 2
TINY = 1
TINY = 2

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 4435640

Please sign in to comment.