set ver 1.4.6

This commit is contained in:
vitalets 2013-08-08 00:02:41 +04:00
parent d2ea2e3b2a
commit cc694b0f0d
4 changed files with 6 additions and 6 deletions

@ -1,7 +1,7 @@
X-editable changelog
=============================
Version 1.4.6 wip
Version 1.4.6 Aug 8, 2013
----------------------------
[bug #312] can't apply selector more than once (vitalets)
[enh #48] textarea: use `white-space: pre-wrap` instead of nl2br conversion (vitalets)

@ -2,14 +2,14 @@
<package >
<metadata>
<id>x-editable</id>
<version>1.4.5</version>
<version>1.4.6</version>
<authors>Vitaliy Potapov</authors>
<owners>Vitaliy Potapov</owners>
<licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
<projectUrl>http://vitalets.github.com/x-editable</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description>
<releaseNotes>Select2 with ajax source and more</releaseNotes>
<releaseNotes>Smart popup ppositioning, HTML5 time input and more</releaseNotes>
<copyright>Copyright 2012-2013</copyright>
<tags>edit-in-place editable bootstrap jquery</tags>
<dependencies>

@ -17,8 +17,8 @@ bower install x-editable
### CDN
````js
<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.5/bootstrap-editable/css/bootstrap-editable.css" rel="stylesheet"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.5/bootstrap-editable/js/bootstrap-editable.min.js"></script>
<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.6/bootstrap-editable/css/bootstrap-editable.css" rel="stylesheet"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.6/bootstrap-editable/js/bootstrap-editable.min.js"></script>
````
## Documentation

@ -1,6 +1,6 @@
{
"name": "x-editable",
"version": "1.4.5",
"version": "1.4.6",
"main": "dist/README.md",
"ignore": [
"*.*",