Skip to content

Commit

Permalink
Release 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kswedberg committed Jun 9, 2015
1 parent 7abe5eb commit ac7899f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.expander",
"version": "1.4.13",
"version": "1.4.14",
"dependencies": {
"jquery": ">=1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion expander.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "expander",
"title": "Expander",
"description": "Expand and collapse HTML content",
"version": "1.4.13",
"version": "1.4.14",
"keywords": [
"text",
"truncate",
Expand Down
4 changes: 2 additions & 2 deletions jquery.expander.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
* jQuery Expander Plugin - v1.4.13 - 2014-10-05
* jQuery Expander Plugin - v1.4.14 - 2014-10-05
* http://plugins.learningjquery.com/expander/
* Copyright (c) 2014 Karl Swedberg
* Licensed MIT (http://www.opensource.org/licenses/mit-license.php)
*/

(function($) {
$.expander = {
version: '1.4.13',
version: '1.4.14',
defaults: {
// the number of characters at which the contents will be sliced into two parts.
slicePoint: 100,
Expand Down
4 changes: 2 additions & 2 deletions jquery.expander.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-expander",
"title": "jQuery Expander Plugin",
"description": "Expand and collapse HTML content",
"version": "1.4.13",
"version": "1.4.14",
"main": "jquery.expander.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit ac7899f

Please sign in to comment.