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 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) [bug #312] can't apply selector more than once (vitalets)
[enh #48] textarea: use `white-space: pre-wrap` instead of nl2br conversion (vitalets) [enh #48] textarea: use `white-space: pre-wrap` instead of nl2br conversion (vitalets)

@ -2,14 +2,14 @@
<package > <package >
<metadata> <metadata>
<id>x-editable</id> <id>x-editable</id>
<version>1.4.5</version> <version>1.4.6</version>
<authors>Vitaliy Potapov</authors> <authors>Vitaliy Potapov</authors>
<owners>Vitaliy Potapov</owners> <owners>Vitaliy Potapov</owners>
<licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl> <licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
<projectUrl>http://vitalets.github.com/x-editable</projectUrl> <projectUrl>http://vitalets.github.com/x-editable</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description> <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> <copyright>Copyright 2012-2013</copyright>
<tags>edit-in-place editable bootstrap jquery</tags> <tags>edit-in-place editable bootstrap jquery</tags>
<dependencies> <dependencies>

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

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