Skip to content

Commit

Permalink
Release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg committed Jan 30, 2021
1 parent 7d86954 commit e87b63f
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "ImageMapster",
"version": "1.5.0",
"version": "1.5.1",
"homepage": "https://github.com/jamietre/ImageMapster",
"description": "jQuery plugin that activates areas in HTML imagemaps with support for highlighting, selecting, tooltips, resizing and more",
"main": "dist/jquery.imagemapster.min.js",
Expand Down
5 changes: 3 additions & 2 deletions dist/jquery.imagemapster.js
@@ -1,5 +1,5 @@
/*!
* imagemapster - v1.5.0 - 2021-01-29
* imagemapster - v1.5.1 - 2021-01-30
* https://github.com/jamietre/ImageMapster/
* Copyright (c) 2011 - 2021 James Treworgy
* License: MIT
Expand Down Expand Up @@ -107,7 +107,7 @@
(function ($) {
'use strict';

var mapster_version = '1.5.0';
var mapster_version = '1.5.1';

// all public functions in $.mapster.impl are methods
$.fn.mapster = function (method) {
Expand Down Expand Up @@ -3726,6 +3726,7 @@
easing: 'linear'
});
});
els.filter(':hidden').css(newsize);

p = u.defer();
promises.push(p);
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.imagemapster.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.imagemapster.min.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/jquery.imagemapster.zepto.js
@@ -1,5 +1,5 @@
/*!
* imagemapster - v1.5.0 - 2021-01-29
* imagemapster - v1.5.1 - 2021-01-30
* https://github.com/jamietre/ImageMapster/
* Copyright (c) 2011 - 2021 James Treworgy
* License: MIT
Expand Down Expand Up @@ -133,7 +133,7 @@
(function ($) {
'use strict';

var mapster_version = '1.5.0';
var mapster_version = '1.5.1';

// all public functions in $.mapster.impl are methods
$.fn.mapster = function (method) {
Expand Down Expand Up @@ -3752,6 +3752,7 @@
easing: 'linear'
});
});
els.filter(':hidden').css(newsize);

p = u.defer();
promises.push(p);
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.imagemapster.zepto.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.imagemapster.zepto.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "imagemapster",
"version": "1.5.0",
"version": "1.5.1",
"description": "jQuery plugin that activates areas in HTML imagemaps with support for highlighting, selecting, tooltips, resizing and more",
"main": "dist/jquery.imagemapster.min.js",
"files": [
Expand Down

0 comments on commit e87b63f

Please sign in to comment.