Skip to content

Commit

Permalink
Release 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricemach committed Nov 22, 2011
1 parent 19a2082 commit bed7360
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
**v0.3.1-edge** (unreleased):
**v0.3.2** (2011-11-22):

- Changed: `@enable 'serve zappa|jquery|sammy'` replaced by `@use 'zappa'`. Closes #94.
- Updated to work with express 2.5.x and node 0.6.x.
Expand Down
6 changes: 2 additions & 4 deletions docs/0.3-gumbo/reference.md
@@ -1,6 +1,6 @@
---
layout: default
title: API Reference (v0.3.1)
title: API Reference (v0.3.2)
permalink: /reference/index.html
---

Expand All @@ -14,9 +14,7 @@ permalink: /reference/index.html

### zappa.version

Version of zappa running. Ex.: `0.3.1`.

If you're running a version not released on npm (directly from the repo), it will have `-edge` appended to it. Ex.: `0.3.1-edge`.
Version of zappa running. If you're running a version not released on npm (directly from the repo), it will have `-edge` appended to it. Ex.: `0.3.0-edge`.

### zappa.app

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "zappa",
"description": "CoffeeScript minimalist interface to express, socket.io and others",
"version": "0.3.1-edge",
"version": "0.3.2",
"author": "Maurice Machado <maurice@bitbending.com>",
"homepage": "http://zappajs.org",
"repository": {"type": "git", "url": "git://github.com/mauricemach/zappa.git"},
Expand Down
2 changes: 1 addition & 1 deletion src/zappa.coffee
Expand Up @@ -2,7 +2,7 @@
# [node.js](http://nodejs.org) runtime, integrating [express](http://expressjs.com), [socket.io](http://socket.io)
# and other best-of-breed libraries.

zappa = version: '0.3.1-edge'
zappa = version: '0.3.2'

codename = 'The Gumbo Variations'

Expand Down

0 comments on commit bed7360

Please sign in to comment.