Skip to content

Commit

Permalink
Bump version along with new 1.1.2 min version.
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickko committed Jul 20, 2016
1 parent 62370ba commit 95911d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mailcheck.jquery.json
Expand Up @@ -7,7 +7,7 @@
"email",
"spell-check"
],
"version": "1.1.1",
"version": "1.1.2",
"author": {
"name": "Derrick Ko",
"url": "http://derrickko.com",
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,13 +1,13 @@
{
"name": "mailcheck",
"title": "mailcheck",
"description": "A standalone module that suggests a right domain when your users misspell it in an email address.",
"description": "Reduce misspelled email addresses in your forms.",
"keywords": [
"form",
"email",
"spell check"
],
"version": "1.1.1",
"version": "1.1.2",
"author": {
"name": "Derrick Ko",
"url": "http://derrickko.com",
Expand All @@ -32,8 +32,8 @@
"dependencies": {},
"devDependencies": {
"jasmine-node": "1.x",
"grunt": "0.4.x",
"grunt-contrib-uglify": "~0.2.4",
"grunt": "~0.4",
"grunt-contrib-uglify": "~0.2",
"grunt-jasmine-node": "~0.1.0",
"grunt-cli": "~0.1.9"
},
Expand Down
2 changes: 1 addition & 1 deletion src/mailcheck.js
Expand Up @@ -5,7 +5,7 @@
*
* Released under the MIT License.
*
* v 1.1.1
* v 1.1.2
*/

var Mailcheck = {
Expand Down
2 changes: 1 addition & 1 deletion src/mailcheck.min.js

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

0 comments on commit 95911d5

Please sign in to comment.