Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Clifford authored and Eric Clifford committed Nov 14, 2013
1 parent be2e0c6 commit 832b435
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ module.exports = function(grunt) {
background: true,
browsers: ['Chrome']
}
},
release: {
options: {
file: 'bower.json',
npm: false,
github: {
repo: 'eclifford/bronson',
usernameVar: 'GITHUB_USERNAME',
passwordVar: 'GITHUB_PASSWORD'
}
}
}
});

Expand Down
2 changes: 1 addition & 1 deletion bronson.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
};

extend(Bronson, {
version: '2.0.0',
version: '2.0.2',

defaults: {
autoload: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bronsonjs",
"version": "2.0.0",
"version": "2.0.2",
"description": "no dice",
"main": "bronson.js",
"directories": {
Expand Down

0 comments on commit 832b435

Please sign in to comment.