Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Sep 3, 2012
1 parent e648f22 commit eb7e013
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"author": "David Chambers <[email protected]>",
"main": "string-format.js",
"version": "0.1.0",
"version": "0.2.0",
"devDependencies": {
"coffee-script": "1.2.x",
"coffee-script": "1.3.x",
"jessie": "0.4.x"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion string-format.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ resolve = (object, key) ->

format.transformers = {}

format.version = '0.1.0'
format.version = '0.2.0'
43 changes: 31 additions & 12 deletions string-format.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb7e013

Please sign in to comment.