Skip to content

Commit

Permalink
Update package.json version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bpred754 committed Jun 4, 2016
1 parent 5ab3246 commit 9df0659
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "augeo",
"version": "0.1.0",
"version": "0.1.1",
"description": "Web application written with the MEAN stack that uses Natural Language Processing to classify a user's internet activity into different skills. In a nutshell, Augeo is the gamification of life.",
"author": "Brian Redd <[email protected]> (http://brianredd.com)",
"license": "GPL-3.0",
Expand Down
1 change: 0 additions & 1 deletion test/test-case/twitter/twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
var ACCESS_TOKEN = process.env.TWITTER_ACCESS_TOKEN;
var SCREEN_NAME = process.env.SCREEN_NAME;
var SECRET_ACCESS_TOKEN = process.env.TWITTER_ACCESS_TOKEN_SECRET;
var SCREEN_NAME = process.env.SCREEN_NAME;
var FULL_NAME = process.env.FULL_NAME;

// Global variables
Expand Down

0 comments on commit 9df0659

Please sign in to comment.