Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
skrsm committed Aug 5, 2020
1 parent 2fa29b8 commit 56a5842
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<a href="https://www.gnu.org/licenses/gpl-3.0.html">
<img alt="License" src="https://img.shields.io/badge/License-GPL-blue.svg">
</a>
<a href="https://snyk.io/test/npm/cuttr/1.1.0">
<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%;">
<a href="https://snyk.io/test/npm/cuttr/1.0.2">
<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%;">
</a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K9X3RW27WJHWE&source=url">
<img alt="License" src="https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg">
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cuttr",
"description": "Cuttr is a javascript plugin that truncates multi-line text content with multiple truncation methods and custom ellipsis.",
"main": "dist/cuttr.js",
"version": "1.1.0",
"version": "1.1.1",
"authors": [
"DEVSK"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/cuttr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Cuttr 1.0.2
* Cuttr 1.1.0
* https://github.com/d-e-v-s-k/cuttr-js
*
* @license GPLv3 for open source use only
Expand Down
2 changes: 1 addition & 1 deletion dist/cuttr.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 dist/cuttr.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cuttr",
"version": "1.1.0",
"description": "Cuttr is a javascript plugin that truncates multi-line text content with multiple truncation methods and custom ellipsis.",
"version": "1.1.1",
"description": "Cuttr is a javascript / jQuery plugin that truncates multi-line text content with multiple truncation methods and custom ellipsis.",
"main": "dist/cuttr.js",
"unpkg": "dist/cuttr.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/cuttr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Cuttr 1.0.2
* Cuttr 1.1.0
* https://github.com/d-e-v-s-k/cuttr-js
*
* @license GPLv3 for open source use only
Expand Down

0 comments on commit 56a5842

Please sign in to comment.