From 63c58b2a63d7ea042452bda601a2e8acd04cfae9 Mon Sep 17 00:00:00 2001 From: Phil Alsford Date: Tue, 9 Oct 2018 20:36:23 +1300 Subject: [PATCH] 3.0.13 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5a739c07..4aa796dbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "xero-node", - "version": "3.0.12", + "version": "3.0.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dd6062317..b566cb96d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xero-node", - "version": "3.0.12", + "version": "3.0.13", "description": "NodeJS Client for the Xero API, supporting Public, Private and Partner Apps", "main": "lib/index.js", "scripts": {