Skip to content

Commit

Permalink
Version bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Thomas committed Sep 20, 2012
1 parent a058991 commit 36044a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pollster",
"description": "A thin wrapper for the Huffington Post Pollster API",
"author": "Casey Thomas <[email protected]>",
"version": "0.0.2",
"version": "0.0.3",
"main": "./pollster",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pollster.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var request = require('request');
var API_SERVER = 'elections.huffingtonpost.com';
var API_BASE = '/pollster/api';

exports.version = '0.0.2';
exports.version = '0.0.3';

// Gets lists of charts based on state and/or topic parameter
// No parameters gets all charts
Expand Down

0 comments on commit 36044a5

Please sign in to comment.