Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Aug 20, 2012
1 parent c22f5fc commit ac1cb9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## v1.4.0:

* Add settings attribute and recipe to process it (great idea from Ben
Bleything's bootstrap)
* Use integers instead of strings for plain numbers
* Set resource as updated
* Support floating point numbers

## v1.3.6:

* teach userdefaults how to cope with hashes (via Ben Bleything)
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -3,5 +3,5 @@
license "Apache 2.0"
description "Manage OS X user defaults settings"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.3.6"
version "1.4.0"
supports "mac_os_x"

0 comments on commit ac1cb9d

Please sign in to comment.