bump 1.5.0

This commit is contained in:
vitalets 2013-10-01 23:21:57 +04:00
parent 29414ac0dc
commit 1ccbfc1a11
3 changed files with 5 additions and 5 deletions

@ -1,7 +1,7 @@
X-editable changelog X-editable changelog
============================= =============================
Version 1.5.0 wip Version 1.5.0 Oct 1, 2013
---------------------------- ----------------------------
[enh #362] add twitter typeahead.js (vitalets) [enh #362] add twitter typeahead.js (vitalets)
[enh] select: add `sourceOptions` to modify source request method and params (vitalets) [enh] select: add `sourceOptions` to modify source request method and params (vitalets)

@ -2,16 +2,16 @@
<package > <package >
<metadata> <metadata>
<id>x-editable</id> <id>x-editable</id>
<version>1.4.6</version> <version>1.5.0</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>Smart popup ppositioning, HTML5 time input and more</releaseNotes> <releaseNotes>Add Bootstrap 3 support and Twitter typeahead.js</releaseNotes>
<copyright>Copyright 2012-2013</copyright> <copyright>Copyright 2012-2013</copyright>
<tags>edit-in-place editable bootstrap jquery</tags> <tags>edit-in-place editable click-to-edit bootstrap jquery</tags>
<dependencies> <dependencies>
</dependencies> </dependencies>
</metadata> </metadata>

@ -1,6 +1,6 @@
{ {
"name": "x-editable", "name": "x-editable",
"version": "1.4.6", "version": "1.5.0",
"ignore": [ "ignore": [
"CHANGELOG.txt", "CHANGELOG.txt",
"Gruntfile.js", "Gruntfile.js",