Skip to content

Commit

Permalink
chore($git): bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Jun 15, 2013
1 parent 87895c6 commit 3e3ef86
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="0.0.4"></a>
# 0.0.4 (2013-06-15)


## Bug Fixes

- **$tests:** fix broken travis tests due to server tests
([0f79ccd5](https://github.com/abe33/spectacular/commit/0f79ccd52c6f7f78a55392509164fe4ef8313fff))


<a name="0.0.3"></a>
# 0.0.3 (2013-06-15)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -70,7 +70,7 @@ This will install Spectacular globally and allow you to use the Spectacular comm

First download Spectacular:

<div id="download"><a href='build/spectacular-0.0.3.zip' class='download' target='_blank'><i class='icon-download-alt'></i>Download</a></div>
<div id="download"><a href='spectacular-0.0.4.zip' class='download' target='_blank'><i class='icon-download-alt'></i>Download</a></div>

Then puts Spectacular in your html file:

Expand Down
4 changes: 2 additions & 2 deletions docs/js/specs.js

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

2 changes: 1 addition & 1 deletion lib/spectacular.js

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "spectacular",
"version": "0.0.3",
"version": "0.0.4",
"description": "Advanced BDD framework for CoffeeScript and JavaScript",
"author": "Cédric Néhémie <cedric.nehemie@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap.coffee
Expand Up @@ -8,7 +8,7 @@ else

exports.spectacular = spectacular

spectacular.version = '0.0.3'
spectacular.version = '0.0.4'
spectacular.global = (->
return window unless typeof window is 'undefined'
return global unless typeof global is 'undefined'
Expand Down
2 changes: 1 addition & 1 deletion wintersmith.json
Expand Up @@ -7,7 +7,7 @@
],
"locals": {
"title": "Spectacular",
"version": "0.0.3"
"version": "0.0.4"
},
"plugins": [
"wintersmith-stylus",
Expand Down

0 comments on commit 3e3ef86

Please sign in to comment.