Skip to content

Commit

Permalink
Add version const (0.2.1) to clock
Browse files Browse the repository at this point in the history
  • Loading branch information
samblenny committed Oct 21, 2023
1 parent 7dbad2d commit f3cfa66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clock/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ <h2>MMDDhhmmCCYYss</h2>

<script>
"use strict";
const CLOCK_VERSION = "0.2.1"
let utcP = document.querySelector("#utc");
let shellP = document.querySelector("#shell");
let qrCanvas = document.querySelector("#qrCanvas");
Expand Down

0 comments on commit f3cfa66

Please sign in to comment.