-GrapesJS is a free and open source Web Template Builder which helps you building HTML templates to be used inside sites, newsletters or even mobile apps.
-Mainly GrapesJS was designed to be used inside a [CMS] to speed up creation of dynamic templates. To better understand this concept check the image below
+GrapesJS is a free and open source Web Template Builder which helps you building HTML templates to be used inside sites, newsletters and mobile apps.
+Mainly GrapesJS was designed to be used inside a [CMS] to speed up a creation of dynamic templates. To better understand this concept check the image below
-Generally any 'template system', that you can find in various applications like CMS, is composed by the **structure** (HTML), **style** (CSS) and **variables**, which are then replaced with other templates and contents on server-side and rendered on client.
+Generally any 'template system', that you find in various applications like CMS, is composed by the **structure** (HTML), **style** (CSS) and **variables**, which are then replaced with other templates and contents on server-side and rendered on client.
This demo shows an example of what is possible to achieve: http://grapesjs.com/demo.html
@@ -78,12 +78,12 @@ If [Grunt](http://gruntjs.com/) is already installed globally you could change t
## Usage
-JQuery is the only hard dependency so you have to include it before using GrapesJS.
+JQuery is the only hard dependency so you have to include it before using GrapesJS
```html
```
-After that include scripts from GrapesJS with all your configurations and render it.
+After that include scripts from GrapesJS with all your configurations
```html
diff --git a/bower.json b/bower.json
index ebbc87d3f..0caf302d4 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Open source Web Template Editor",
- "version": "0.1.10",
+ "version": "0.2.1",
"author": "Artur Arseniev",
"homepage": "http://grapesjs.com",
"main": [
diff --git a/package.json b/package.json
index 983ef4241..8789d3dfe 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Open source Web Template Editor",
- "version": "0.1.10",
+ "version": "0.2.1",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",