Skip to content

Commit

Permalink
Merge pull request #58 from clover/SEMI-1045
Browse files Browse the repository at this point in the history
Semi 1045
  • Loading branch information
mike-clover-com committed Aug 4, 2017
2 parents 0c8af2f + 399a6a3 commit 9719346
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
See the package.json postversion script, which maps to scripts/postversion.sh
Do not change this or the versioning may not reflect the npm version correctly.
--->
Current version: 1.3.1-1
Current version: 1.3.1-2

## Overview

Expand Down Expand Up @@ -382,12 +382,13 @@ This library has been tested against the following Browser type and versions:

# Generate Documentation
API documentation is generated when `npm install` is run.
[Online Docs](http://clover.github.io/remote-pay-cloud/1.3.1-1/) and
[Online Docs](http://clover.github.io/remote-pay-cloud/1.3.1-2/) and
[Online API class Docs](http://clover.github.io/remote-pay-cloud-api/1.3.1-1/)

# Release Notes

* SEMI-1045 Converts array elements into the format expected by Clover Devices
## Version 1.3.1-2
* SEMI-1045 Converts array elements into the format expected by Clover Devices. Fix for displaying an order.

## Version 1.3.1-1
* SEMI-1025 Use version of remote-pay-cloud-api that contains OrderUpdateMessage and related files.
Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-pay-cloud",
"version": "1.3.1-1",
"version": "1.3.1-2",
"description": "Access Clover devices through the cloud.",
"keywords": [
"clover",
Expand Down
2 changes: 1 addition & 1 deletion src/com/clover/Version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class Version {
/**
* @type {string} - The current verion of this library
*/
public static CLOVER_CLOUD_SDK_VERSION = "1.3.1-1";
public static CLOVER_CLOUD_SDK_VERSION = "1.3.1-2";

/**
* @type {string} - The current SDK name.
Expand Down

0 comments on commit 9719346

Please sign in to comment.