Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gambtho committed May 19, 2016
1 parent 2164545 commit 966400b
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
@@ -1,7 +1,7 @@
{
"name": "hubot-book-list",
"description": "Manages a list of books, using the google books api for data",
"version": "0.0.18",
"version": "0.0.19",
"author": "gambtho <[email protected]> and Paul Gaffney",
"license": "Apache-2.0",
"keywords": "hubot, hubot-scripts, books, google books api",
Expand Down
2 changes: 1 addition & 1 deletion test/book-list-test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sinon = require 'sinon'

# you must set a valid bookcase url, or xit the tests related to load/save

process.env.HUBOT_BOOKCASE_URL = 'http://bookcase.cfapps.io'
process.env.HUBOT_BOOKCASE_URL = 'http://book-club.cfapps.io'

FIELD =
AUTHOR: 0
Expand Down

0 comments on commit 966400b

Please sign in to comment.