Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg committed Jan 21, 2021
1 parent a1034ca commit 9c3c738
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -15,7 +15,7 @@

- **Breaking Change** - [Issue 70](https://github.com/jamietre/ImageMapster/issues/70) Respect target attribute for AREA elements with href.

## Version 1.3.2 (planned)
## Version 1.3.2 - 2021.01.21

- [Issue 324](https://github.com/jamietre/ImageMapster/issues/324) Improve project health
- [Issue 325](https://github.com/jamietre/ImageMapster/issues/325) Add badges & CDN info to readme
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "ImageMapster",
"version": "1.3.2-beta.0",
"version": "1.3.2",
"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
4 changes: 2 additions & 2 deletions dist/jquery.imagemapster.js
@@ -1,5 +1,5 @@
/*!
* imagemapster - v1.3.2-beta.0 - 2021-01-20
* imagemapster - v1.3.2 - 2021-01-21
* 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.3.2-beta.0';
var mapster_version = '1.3.2';

// all public functions in $.mapster.impl are methods
$.fn.mapster = function (method) {
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.

4 changes: 2 additions & 2 deletions dist/jquery.imagemapster.zepto.js
@@ -1,5 +1,5 @@
/*!
* imagemapster - v1.3.2-beta.0 - 2021-01-20
* imagemapster - v1.3.2 - 2021-01-21
* 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.3.2-beta.0';
var mapster_version = '1.3.2';

// all public functions in $.mapster.impl are methods
$.fn.mapster = function (method) {
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.3.2-beta.0",
"version": "1.3.2",
"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 9c3c738

Please sign in to comment.