Skip to content

Commit

Permalink
Merge pull request #165 from clover/release/p4.0.2
Browse files Browse the repository at this point in the history
Release 4.0.2
  • Loading branch information
david-clover-com committed Oct 21, 2020
2 parents ce3bc5d + c10df86 commit 5976dc3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

## Version

Current version: 4.0.1
Current version: 4.0.2

## Platforms supported

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "remote-pay-cloud",
"version": "4.0.1",
"version": "4.0.2",
"description": "Access Clover devices through the cloud.",
"keywords": [
"clover",
Expand Down
2 changes: 1 addition & 1 deletion src/com/clover/Version.ts
Expand Up @@ -6,7 +6,7 @@ export class Version {
/**
* @type {string} - The current version of this library
*/
public static CLOVER_CLOUD_SDK_VERSION = "4.0.1";
public static CLOVER_CLOUD_SDK_VERSION = "4.0.2";

/**
* @type {string} - The current SDK name.
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -23,7 +23,7 @@ export {ICloverConnectorFactory} from "../dist/definitions/com/clover/remote/cli
export {CloverConnectorFactory} from "../dist/definitions/com/clover/remote/client/CloverConnectorFactory";
export {CardEntryMethods} from "../dist/definitions/com/clover/remote/client/CardEntryMethods";

export {remotepay} from "remote-pay-cloud-api";
export * from "remote-pay-cloud-api";

export var CloverID : {
getNewId(): string;
Expand Down

0 comments on commit 5976dc3

Please sign in to comment.