diff --git a/README.md b/README.md index 0641af6..d4a4133 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ The following directory structure is generated after running `yo metalsmith`: . ├── .gitignore - ├── .yo-rc.json ├── Makefile ├── metalsmith.json ├── package.json ├── README.md ├── _layouts + │ ├── defaul.html │ └── post.html ├── _posts │ ├── 2012-08-20-first-post.md diff --git a/package.json b/package.json index 7aee674..6f229b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-metalsmith", - "version": "0.2.1", + "version": "0.2.2", "homepage": "https://github.com/hariadi/generator-metalsmith", "description": "Yeoman generator for Metalsmith", "author": {