Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28 from MapOnline/bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Kevin Richter authored Jul 28, 2016
2 parents 59195c8 + f049628 commit 7aacc1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file Maps4News Interactive Map
* @copyright Maps4News 2016
*
* M4nInteractive 2.0.5-1
* M4nInteractive 2.0.5-2
*/
var M4nInteractive = (function(options, container, callback) {
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion app/js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
main.homeButton = typeof options.homeButton !== 'undefined' ? options.homeButton : true;
main.hotspotMargin = parseInt(options.hotspotMargin) || 10;

main.version = { map: '2.0', code: '2.0.5-1' };
main.version = { map: '2.0', code: '2.0.5-2' };

main.dev = (function() {
if(typeof options.debug !== 'undefined') {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "m4n-interactive",
"version": "2.0.5",
"version": "2.0.5-2",
"description": "Maps4News Interactive Map",
"main": "dist/m4n.min.js",
"scripts": {
Expand Down

0 comments on commit 7aacc1b

Please sign in to comment.