Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
slowe committed Dec 7, 2023
1 parent 7ae6113 commit 2445ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/parkulator.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
Open Innovations static version of Parkulator
Version 0.4
Version 0.4.1
*/
(function(root){

Expand All @@ -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;
Expand Down

0 comments on commit 2445ea2

Please sign in to comment.