Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pencilpix committed Apr 17, 2017
2 parents e890275 + 97deef3 commit 5f95f4c
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ellipsis",
"description": "ellipsis text depending on number of lines or number of chars",
"version": "0.1.2",
"version": "0.1.3",
"main": "./dist/jquery.ellipsis.min.js",
"authors": [
"Mohamed Hassan"
Expand Down
32 changes: 25 additions & 7 deletions dist/jquery.ellipsis.js

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

2 changes: 1 addition & 1 deletion dist/jquery.ellipsis.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
@@ -1,6 +1,6 @@
{
"name": "jquery-ellipsis",
"version": "0.1.2",
"version": "0.1.3",
"description": "ellipsis text depending on number of lines or number of chars",
"private": false,
"main": "./dist/jquery.ellipsis.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.ellipsis.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';
// define the plugin name and the default options
const PLUGIN_NAME = 'ellipsis';
const VERSION = '0.1.2';
const VERSION = '0.1.3';


/**
Expand Down

0 comments on commit 5f95f4c

Please sign in to comment.