Skip to content

Commit

Permalink
Bumped version, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 28, 2021
1 parent 1e60768 commit 919458d
Show file tree
Hide file tree
Showing 3 changed files with 608 additions and 762 deletions.
2 changes: 1 addition & 1 deletion lib/api-client.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const axios = require('axios'); // .default (@mrz what does this affect?)

// Current version for requests from the API
export const pkgVersion = 'v0.2.3';
export const pkgVersion = 'v0.2.4';
export const apiVersion = 'v1';

// getOptions is a factory for axios default options
Expand Down
Loading

0 comments on commit 919458d

Please sign in to comment.