Skip to content

Commit

Permalink
Version bump for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
threedaymonk committed Mar 29, 2011
1 parent f64301d commit 21814bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.txt
@@ -1,3 +1,8 @@
== 4.3.0 (2011-03-29)
* Use Ruby 1.9's encoding support where available.
* Deprecated HTMLEntities.encode_entities/decode_entities interface is now
removed.

== 4.2.4 (2011-01-30)
* Fix issue where double-escaped entities were not correctly escaped. Bug
reported by Christian Kruse.
Expand Down
4 changes: 2 additions & 2 deletions lib/htmlentities/version.rb
@@ -1,8 +1,8 @@
class HTMLEntities
module VERSION #:nodoc:
MAJOR = 4
MINOR = 2
TINY = 4
MINOR = 3
TINY = 0

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

0 comments on commit 21814bb

Please sign in to comment.