Skip to content

Commit

Permalink
Release 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricemach committed Sep 29, 2011
1 parent 7da40c6 commit 1ee726d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
**v0.3.0edge** (unreleased):
**v0.3.1** (2011-09-29):

- Fixed #71: indexOf not supported in IE7 (thanks @jaekwon).
- Added better error reporting to express adapter. [benekastah]
Expand Down
2 changes: 1 addition & 1 deletion docs/coffeekup.html
Expand Up @@ -14,7 +14,7 @@
<span class="nv">coffeekup = </span><span class="nx">exports</span>
<span class="nv">coffee = </span><span class="nx">require</span> <span class="s1">&#39;coffee-script&#39;</span>

<span class="nv">coffeekup.version = </span><span class="s1">&#39;0.3.0edge&#39;</span></pre></div> </td> </tr> <tr id="section-2"> <td class="docs"> <div class="pilwrap"> <a class="pilcrow" href="#section-2">&#182;</a> </div> <p>Values available to the <code>doctype</code> function inside a template.
<span class="nv">coffeekup.version = </span><span class="s1">&#39;0.3.1&#39;</span></pre></div> </td> </tr> <tr id="section-2"> <td class="docs"> <div class="pilwrap"> <a class="pilcrow" href="#section-2">&#182;</a> </div> <p>Values available to the <code>doctype</code> function inside a template.
Ex.: <code>doctype 'strict'</code></p> </td> <td class="code"> <div class="highlight"><pre><span class="nv">coffeekup.doctypes =</span>
<span class="s1">&#39;default&#39;</span><span class="o">:</span> <span class="s1">&#39;&lt;!DOCTYPE html&gt;&#39;</span>
<span class="s1">&#39;5&#39;</span><span class="o">:</span> <span class="s1">&#39;&lt;!DOCTYPE html&gt;&#39;</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/reference.md
@@ -1,4 +1,4 @@
# CoffeeKup 0.3.0 Reference
# CoffeeKup 0.3.1 Reference

## The CoffeeKup object

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "coffeekup",
"description": "Markup as CoffeeScript.",
"version": "0.3.0edge",
"version": "0.3.1",
"author": "Maurice Machado <maurice@bitbending.com>",
"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
Expand Up @@ -16,7 +16,7 @@ else
coffeekup = exports
coffee = require 'coffee-script'

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

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

0 comments on commit 1ee726d

Please sign in to comment.