From dc4431627607ed7acb060535526dd3e7e204c4eb Mon Sep 17 00:00:00 2001 From: Andrew Crites Date: Thu, 18 May 2017 12:05:37 -0400 Subject: [PATCH] Preparing for next development iteration, 4.0.2 --- CHANGELOG.md | 3 +++ README.md | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f8a7b..b467ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +### 4.0.2 (Next) +* Your contribution here + ### 4.0.1 (May 17, 2017) * [#236](https://github.com/alexa-js/alexa-app/pull/236): Update `ssml.cleanse` to stop removing spaces before decimals - [@aminimalanimal](https://github.com/aminimalanimal). diff --git a/README.md b/README.md index 42d8447..4ea7553 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ A Node module to simplify the development of Alexa skills (applications.) ## Stable Release -You're reading the documentation for the next release of alexa-app. Please see [CHANGELOG](CHANGELOG.md) and make sure to read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [4.0.1](https://github.com/alexa-js/alexa-app/tree/v4.0.1). +You're reading the documentation for the next release of alexa-app, which should be 4.0.2. Please see [CHANGELOG](CHANGELOG.md) and make sure to read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [4.0.1](https://github.com/alexa-js/alexa-app/tree/v4.0.1). ## Introduction diff --git a/package.json b/package.json index 92296b0..7b11a57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-app", - "version": "4.0.1", + "version": "4.0.2-beta", "description": "A module to simplify creation of Alexa (Amazon Echo) apps (Skills) using Node.js", "main": "index.js", "author": "Matt Kruse (http://mattkruse.com)",