Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-invoiced committed Feb 19, 2022
1 parent 6c4004b commit 4f3d1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Client
const API_BASE = 'https://api.invoiced.com';
const API_BASE_SANDBOX = 'https://api.sandbox.invoiced.com';

const VERSION = '2.1.0';
const VERSION = '2.2.0';

const CONNECT_TIMEOUT = 30;
const READ_TIMEOUT = 60;
Expand Down

0 comments on commit 4f3d1e3

Please sign in to comment.