From 7085b6b696fc26150a5ba1054897822619421c65 Mon Sep 17 00:00:00 2001 From: ronkorving Date: Thu, 27 Aug 2015 19:51:20 +0900 Subject: [PATCH] Release 0.4.0 --- History.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index bc55c6c..4982ec5 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +# v0.4.0 + +- Cache Google access tokens for improved throughput [Alaneor] + # v0.3.3 - Start writing a changelog [ronkorving] diff --git a/package.json b/package.json index ff0c093..13b2653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iap", - "version": "0.3.3", + "version": "0.4.0", "description": "In-app purchases for Node.js (Apple, Google)", "main": "index.js", "scripts": {