Skip to content

Commit

Permalink
Bumped speakingurl
Browse files Browse the repository at this point in the history
  • Loading branch information
madflow committed Oct 16, 2015
1 parent 691f5fa commit ea15296
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-slugify",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "https://github.com/madflow/jquery-slugify",
"authors": [
"madflow"
Expand All @@ -14,7 +14,7 @@
],
"dependencies": {
"jquery": ">=1.7",
"speakingurl": "~5.0.1"
"speakingurl": "~6.0.0"
},
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion dist/slugify.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jquery-slugify - v1.2.1 - 2015-08-02
/*! jquery-slugify - v1.2.2 - 2015-10-16
* Copyright (c) 2015 madflow; Licensed */
;(function($) {

Expand Down
2 changes: 1 addition & 1 deletion dist/slugify.min.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-slugify",
"filename": "slugify",
"description": "Just another another (another) url slug plugin for jQuery",
"version": "1.2.1",
"version": "1.2.2",
"main": "dist/slugify.min.js",
"author": {
"name": "madflow",
Expand Down Expand Up @@ -36,6 +36,6 @@
"grunt-contrib-watch": "~0.6.1"
},
"dependencies": {
"speakingurl": "^5.0.1"
"speakingurl": "^6.0.0"
}
}

0 comments on commit ea15296

Please sign in to comment.