Skip to content

Commit

Permalink
Back to edge.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricemach committed Sep 29, 2011
1 parent 1ee726d commit e8295b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**v0.3.1edge** (unreleased):

**v0.3.1** (2011-09-29):

- Fixed #71: indexOf not supported in IE7 (thanks @jaekwon).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coffeekup",
"description": "Markup as CoffeeScript.",
"version": "0.3.1",
"version": "0.3.1edge",
"author": "Maurice Machado <[email protected]>",
"homepage": "http://coffeekup.org",
"repository": {"type": "git", "url": "git://github.com/mauricemach/coffeekup.git"},
Expand Down
2 changes: 1 addition & 1 deletion src/coffeekup.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
coffeekup = exports
coffee = require 'coffee-script'

coffeekup.version = '0.3.1'
coffeekup.version = '0.3.1edge'

# Values available to the `doctype` function inside a template.
# Ex.: `doctype 'strict'`
Expand Down

0 comments on commit e8295b4

Please sign in to comment.