Skip to content

Commit

Permalink
New beta version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Dec 4, 2015
1 parent 833f9b6 commit ccd7718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@

*Waiting on Gulp 4.0 to be released for the beta to go back to being the main
version of Jekyllized. If you want to try it as it is right now you can install
it from NPM under a `1.0.0-beta.3` version. Just read the installation
it from NPM under a `1.0.0-beta.4` version. Just read the installation
instructions!*

## Overview
Expand Down Expand Up @@ -56,7 +56,7 @@ choice of platform.
* **Gulp:** Since the beta is running Gulp 4.0 you need to install `gulp-cli`:
`npm install gulpjs/gulp-cli#4.0 -g`
* **Jekyllized:** Then install Jekyllized: `npm install
generator-jekyllized@1.0.0-beta.3 -g`
generator-jekyllized@1.0.0-beta.4 -g`
* **Scaffold:** Run `yo jekyllized` in the directory you want your site to
scaffold in
* **Start:** Run `gulp` and watch the magic unfold and/or look at the [FAQ][faq]
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "generator-jekyllized",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"main": "index.js",
"description": "Use Jekyll with Gulp: Sass, sourcemaps, AutoPrefixer, asset optimization and cache busting and much, much more. Can you really want more?",
"keywords": [
Expand Down

0 comments on commit ccd7718

Please sign in to comment.