Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Budelmann committed Jan 7, 2014
1 parent 36941c5 commit b9603d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.2.2
======

* Call `cas_updateStyling` on live reload
* Added support for `[UIButton setImage:forState:]` ([skeeet](https://github.com/skeeet))
* Only wrap variable values in brackets if variable has more than one value

v0.2.1
======

Expand Down
4 changes: 2 additions & 2 deletions Classy.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Classy'
s.version = '0.2.1'
s.version = '0.2.2'
s.license = 'MIT'
s.summary = 'Expressive, flexible, and powerful stylesheets for UIView and friends.'
s.homepage = 'http://classy.as'
s.author = { 'Jonas Budelmann' => '[email protected]' }

s.source = { :git => 'https://github.com/cloudkite/Classy.git', :tag => 'v0.2.1' }
s.source = { :git => 'https://github.com/cloudkite/Classy.git', :tag => 'v0.2.2' }

s.description = %{
Not CSS. Instead of trying to force UIKit to fit CSS syntax, properties, conventions and constructs.
Expand Down

0 comments on commit b9603d0

Please sign in to comment.