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/ */