Skip to content

Commit 56a5842

Browse files
committed
bump version
1 parent 2fa29b8 commit 56a5842

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<a href="https://www.gnu.org/licenses/gpl-3.0.html">
99
<img alt="License" src="https://img.shields.io/badge/License-GPL-blue.svg">
1010
</a>
11-
<a href="https://snyk.io/test/npm/cuttr/1.1.0">
12-
<img src="https://snyk.io/test/npm/cuttr/1.1.0/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/npm/cuttr/1.0.2" style="max-width:100%;">
11+
<a href="https://snyk.io/test/npm/cuttr/1.0.2">
12+
<img src="https://snyk.io/test/npm/cuttr/1.0.2/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/npm/cuttr/1.0.2" style="max-width:100%;">
1313
</a>
1414
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K9X3RW27WJHWE&source=url">
1515
<img alt="License" src="https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg">

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cuttr",
33
"description": "Cuttr is a javascript plugin that truncates multi-line text content with multiple truncation methods and custom ellipsis.",
44
"main": "dist/cuttr.js",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"authors": [
77
"DEVSK"
88
],

dist/cuttr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Cuttr 1.0.2
2+
* Cuttr 1.1.0
33
* https://github.com/d-e-v-s-k/cuttr-js
44
*
55
* @license GPLv3 for open source use only

dist/cuttr.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cuttr.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cuttr",
3-
"version": "1.1.0",
4-
"description": "Cuttr is a javascript plugin that truncates multi-line text content with multiple truncation methods and custom ellipsis.",
3+
"version": "1.1.1",
4+
"description": "Cuttr is a javascript / jQuery plugin that truncates multi-line text content with multiple truncation methods and custom ellipsis.",
55
"main": "dist/cuttr.js",
66
"unpkg": "dist/cuttr.min.js",
77
"scripts": {

src/cuttr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Cuttr 1.0.2
2+
* Cuttr 1.1.0
33
* https://github.com/d-e-v-s-k/cuttr-js
44
*
55
* @license GPLv3 for open source use only

0 commit comments

Comments
 (0)