Permalink
Browse files

Preparing for next development iteration, 4.0.2

  • Loading branch information...
1 parent 394a9f9 commit dc4431627607ed7acb060535526dd3e7e204c4eb @ajcrites ajcrites committed May 18, 2017
Showing with 5 additions and 2 deletions.
  1. +3 −0 CHANGELOG.md
  2. +1 −1 README.md
  3. +1 −1 package.json
View
@@ -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).
View
@@ -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
View
@@ -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 <github@mattkruse.com> (http://mattkruse.com)",

0 comments on commit dc44316

Please sign in to comment.