Corrected the version in the header (#591)

This commit is contained in:
Chalk
2016-10-28 21:00:46 +09:00
committed by Fagner Brack
parent cf99e23c33
commit 20fe5189fb
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ Manual release steps
-------------------- --------------------
* Bump version in `package.json` * Bump version in `package.json`
* Bump version in `src/impress.js`
* Create commit with the message "Release version x.x.x" * Create commit with the message "Release version x.x.x"
* Create Github tag and release * Create Github tag and release
* Publish on npm: `git fetch && npm publish ./` * Publish on npm: `git fetch && npm publish ./`

View File

@@ -11,7 +11,7 @@
* *
* ------------------------------------------------ * ------------------------------------------------
* author: Bartek Szopka * author: Bartek Szopka
* version: 0.5.3 * version: 0.6.0
* url: http://bartaz.github.com/impress.js/ * url: http://bartaz.github.com/impress.js/
* source: http://github.com/bartaz/impress.js/ * source: http://github.com/bartaz/impress.js/
*/ */