Skip to content

Commit

Permalink
Merge branch 'fingerprint_update' (#38)
Browse files Browse the repository at this point in the history
Add new fingerprint.
  • Loading branch information
mfilenko committed Jun 2, 2017
2 parents 915c1ff + 0cf2c8f commit be1a4e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/figo.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ var Config = {
api_endpoint: "api.figo.me",

// figo Connect TLS certificate fingerprints.
valid_fingerprints: [ "070f14aeb94afb3df800e82b69a8515ceed2f5b1ba897bef6432458f61cf9e33" ],
valid_fingerprints: [ "070f14aeb94afb3df800e82b69a8515ceed2f5b1ba897bef6432458f61cf9e33",
"79b2a29300853b0692b1b5f2247948583aa5220fc5cde9499ac8451edbe0da50"],
};

var RETRIABLE_ERRORS = [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "figo",
"description": "API wrapper for figo Connect.",
"version": "1.6.2",
"author": "Stefan Richter <[email protected]>, Max Filenko <[email protected]>",
"version": "1.6.3",
"author": "Max Filenko <[email protected]>",
"license": "MIT",
"main": "./lib/figo.js",
"scripts": {
Expand Down

0 comments on commit be1a4e7

Please sign in to comment.