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

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Richter committed Aug 3, 2016
1 parent ee46a37 commit f73475a
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-2
* M4nInteractive 2.0.6
*/
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 @@ -16,7 +16,7 @@
main.zoomControls = typeof options.zoomControls !== 'undefined' ? options.zoomControls : true;
main.homeButton = typeof options.homeButton !== 'undefined' ? options.homeButton : true;

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

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-2",
"version": "2.0.6",
"description": "Maps4News Interactive Map",
"main": "dist/m4n.min.js",
"scripts": {
Expand Down

0 comments on commit f73475a

Please sign in to comment.