Skip to content

Commit ecdd884

Browse files
author
madflow
committed
Speakingurl 7.0
1 parent 254ff12 commit ecdd884

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-slugify",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"homepage": "https://github.com/madflow/jquery-slugify",
55
"authors": [
66
"madflow"
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"jquery": ">=1.7",
17-
"speakingurl": "~6.0.0"
17+
"speakingurl": "~7.0.0"
1818
},
1919
"license": "MIT",
2020
"ignore": [

dist/slugify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jquery-slugify - v1.2.2 - 2015-10-16
1+
/*! jquery-slugify - v1.2.3 - 2015-12-23
22
* Copyright (c) 2015 madflow; Licensed */
33
;(function($) {
44

dist/slugify.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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery-slugify",
33
"filename": "slugify",
44
"description": "Just another another (another) url slug plugin for jQuery",
5-
"version": "1.2.2",
5+
"version": "1.2.3",
66
"main": "dist/slugify.min.js",
77
"author": {
88
"name": "madflow",
@@ -36,6 +36,6 @@
3636
"grunt-contrib-watch": "~0.6.1"
3737
},
3838
"dependencies": {
39-
"speakingurl": "^6.0.0"
39+
"speakingurl": "^7.0.0"
4040
}
4141
}

0 commit comments

Comments
 (0)