From ad420118681ba7d3e7c7b584becb63b2a990a9f7 Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Thu, 29 Nov 2012 19:09:03 +0400 Subject: [PATCH] bump ver 1.1.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8417ad..f7f61c2 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Or use grunt's _qunit_ task <code>grunt test</code>. For that you also need to [ 5.To build lib + docs: * run <code>grunt build</code> in **lib** directory -* run <code>build data-docs-dist</code> in **gh-pages** directory +* run <code>build data-docs-dist-zip</code> in **gh-pages** directory You will get distributive in **lib/dist** and updated docs in **gh-pages/*.html**. Do not edit **index.html** and **docs.html** directly! Instead look at [Handlebars](https://github.com/wycats/handlebars.js) templates in **generator/templates**. diff --git a/package.json b/package.json index f7cf0e1..e0700a2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "X-editable", "title": "X-editable", "description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery", - "version": "1.1.0", + "version": "1.1.1", "homepage": "http://github.com/vitalets/x-editable", "author": { "name": "Vitaliy Potapov",