Skip to content

Commit

Permalink
chore: Bump version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
toepoke committed Mar 3, 2024
1 parent db73d3c commit f48d5dd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mapsed.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
* - http://closure-compiler.appspot.com/
*
* History:
* v1.0 - Loads of fixes, mainly with the icon placement, particularly on mobile.
* v0.4 - Country wasn't supported
* v1.2 - https://github.com/toepoke/mapsed/releases/tag/1.2.0
* v1.1 - https://github.com/toepoke/mapsed/releases/tag/1.1.0
* v1.0 - https://github.com/toepoke/mapsed/releases/tag/1.0.0
*
*
*/

Expand All @@ -21,7 +23,7 @@
"use strict";

// singleton here (same variable across all instances of the plug-in)
var _version = '(1.1.0)',
var _version = '(1.2.0)',
_plugInName = "mapsed",
_plugInInstances = 1
;
Expand Down

0 comments on commit f48d5dd

Please sign in to comment.