Skip to content

Commit

Permalink
chore($git): bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Jun 26, 2013
1 parent 0e642d4 commit 502758b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
<a name="1.0.2"></a>
# 1.0.2 (2013-06-26)


## Bug Fixes

- **server:** fix broken walkdir in server when directories don't exists
([0e642d4a](https://github.com/abe33/spectacular/commit/0e642d4a62dd1d1ea6295f835cb4b81100f654bb))



<a name="1.0.1"></a>
# 1.0.1 (2013-06-26)

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='spectacular-1.0.1.zip' class='download' target='_blank'><i class='icon-download-alt'></i>Download</a></div>
<div id="download"><a href='spectacular-1.0.2.zip' class='download' target='_blank'><i class='icon-download-alt'></i>Download</a></div>

Then puts Spectacular in your html file:

Expand Down
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": "1.0.1",
"version": "1.0.2",
"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 = '1.0.1'
spectacular.version = '1.0.2'
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": "1.0.1"
"version": "1.0.2"
},
"plugins": [
"wintersmith-stylus",
Expand Down

0 comments on commit 502758b

Please sign in to comment.