Skip to content

Commit

Permalink
4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed May 30, 2015
1 parent 9eb1c1c commit 503e406
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
== 4.0.4
== 4.0.5

* New Features

* Support the ratio data type

== 4.0.4

(Broken release, do not use)

== 4.0.3

* New Features
Expand Down
2 changes: 1 addition & 1 deletion lib/csspool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
require 'csspool/collection'

module CSSPool
VERSION = "4.0.4"
VERSION = "4.0.5"

def self.CSS doc
CSSPool::CSS::Document.parse doc
Expand Down

0 comments on commit 503e406

Please sign in to comment.