Skip to content

Commit bc7aab6

Browse files
author
Eric Berryman
committed
updated version number: #14
1 parent be6b0dc commit bc7aab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Olog/public_html/static/js/configuration.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var smallScreenResolutionWidth = 1024;
129129
var levels = ["Info", "Problem", "Request", "Suggestion", "Urgent"];
130130

131131
// Version number
132-
var version = "0.2";
132+
var version = "0.3";
133133

134134
/**
135135
* Global variables needed by more than one page. SHOULD NOT BE CONFIGURED BY THE USER!
@@ -151,4 +151,4 @@ var templates = "static/html/templates.html";
151151
var selectedElements = {};
152152

153153
// Olog settings that are saved in Olog settings cookie
154-
var ologSettings = {};
154+
var ologSettings = {};

0 commit comments

Comments
 (0)