From 20fe5189fb72ded625bcf3c1884ec2d0d6cacd4a Mon Sep 17 00:00:00 2001 From: Chalk Date: Fri, 28 Oct 2016 21:00:46 +0900 Subject: [PATCH] Corrected the version in the header (#591) --- .github/CONTRIBUTING.md | 1 + js/impress.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a55b632..f22e7ce 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,6 +24,7 @@ Manual release steps -------------------- * Bump version in `package.json` +* Bump version in `src/impress.js` * Create commit with the message "Release version x.x.x" * Create Github tag and release * Publish on npm: `git fetch && npm publish ./` \ No newline at end of file diff --git a/js/impress.js b/js/impress.js index 8a49994..a33f3b8 100644 --- a/js/impress.js +++ b/js/impress.js @@ -11,7 +11,7 @@ * * ------------------------------------------------ * author: Bartek Szopka - * version: 0.5.3 + * version: 0.6.0 * url: http://bartaz.github.com/impress.js/ * source: http://github.com/bartaz/impress.js/ */