diff --git a/README.md b/README.md index 96c4825..dfb2b0e 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Bootstrap a new [Jekyll] site in less than a minute. Optionally, reset to the latest [release][Releases] with ``` - $ git reset --hard jekyll-site-v1.1.0 + $ git reset --hard jekyll-site-v1.1.1 ``` 2. Run diff --git a/bower.json b/bower.json index 1b89a8b..fb976cd 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "makenew-jekyll-site", - "version": "1.1.0", + "version": "1.1.1", "description": "Jekyll site skeleton.", "main": "index.html", "private": true, diff --git a/package.json b/package.json index 58d8a7a..32f55a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "makenew-jekyll-site", - "version": "1.1.0", + "version": "1.1.1", "description": "Jekyll site skeleton.", "main": "index.html", "private": true,