Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumped version number, fix package.json error
  • Loading branch information
Tristan Blease committed Mar 19, 2012
1 parent 685181b commit 38b43e6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/cobuild.coffee
Expand Up @@ -10,7 +10,7 @@ util = require './util'
* Cobuild NodeJS build system
*
* @author Tristan Blease
* @version 0.1.0
* @version 0.1.1
*
###

Expand Down
2 changes: 1 addition & 1 deletion lib/middleware.coffee
Expand Up @@ -12,7 +12,7 @@ util = require './util'
* Cobuild Middleware
*
* @author Tristan Blease
* @version 0.1.0
* @version 0.1.1
*
###

Expand Down
2 changes: 1 addition & 1 deletion lib/util.coffee
Expand Up @@ -9,7 +9,7 @@ async = require 'async'
* Cobuild utility library
*
* @author Tristan Blease
* @version 0.1.0
* @version 0.1.1
*
###

Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Tristan Blease <tristan@bleaseinteractive.com> (http://tristanblease.com/)",
"name": "cobuild",
"description": "NodeJS build system with coffee-script, stylus, etc",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "http://github.com/thetristan/cobuild",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"clean-css":">= 0.3.2",
"stylus":">= 0.22.6",
"async":">= 0.1.15",
"underscore":">= 1.3.1",
"eco":"1.1.0-rc3",
"underscore":"",
"eco":"",
"fs-extra":">= 0.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion spec/00-cobuild.spec.coffee
Expand Up @@ -18,7 +18,7 @@ test_config =
* Cobuild NodeJS tests
*
* @author Tristan Blease
* @version 0.1.0
* @version 0.1.1
*
###

Expand Down
2 changes: 1 addition & 1 deletion spec/01-renderers.spec.coffee
Expand Up @@ -18,7 +18,7 @@ test_config =
* Cobuild Renderer tests
*
* @author Tristan Blease
* @version 0.1.0
* @version 0.1.1
*
###

Expand Down
2 changes: 1 addition & 1 deletion spec/02-middleware.spec.coffee
Expand Up @@ -18,7 +18,7 @@ test_config =
* Cobuild Middleware tests
*
* @author Tristan Blease
* @version 0.1.0
* @version 0.1.1
*
###

Expand Down

0 comments on commit 38b43e6

Please sign in to comment.