From 2445ea207251b2e27161af217609286cf1d5631e Mon Sep 17 00:00:00 2001 From: slowe <299787+slowe@users.noreply.github.com> Date: Thu, 7 Dec 2023 09:31:01 +0000 Subject: [PATCH] Update version --- resources/parkulator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/parkulator.js b/resources/parkulator.js index 400ce21..4a1cf2c 100644 --- a/resources/parkulator.js +++ b/resources/parkulator.js @@ -1,6 +1,6 @@ /** Open Innovations static version of Parkulator - Version 0.4 + Version 0.4.1 */ (function(root){ @@ -17,7 +17,7 @@ if(!this.logSetup) this.logSetup = { 'el': document.getElementById('message') }; this.title = "Parkulator"; - this.version = "0.4"; + this.version = "0.4.1"; this.logging = (location.search.indexOf('debug=true') >= 0); this.log = function(){ var a,ext;