Skip to content

Commit fd948f8

Browse files
committed
💥 Hotfix v1.4.5 release
Edited dates
1 parent 083649e commit fd948f8

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
Binary file not shown.
Binary file not shown.

AssistantComputerControl/MainProgram.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
namespace AssistantComputerControl {
2929
class MainProgram {
3030
public const string softwareVersion = "1.4.5",
31-
releaseDate = "2021-12-10 22:07:00", //YYYY-MM-DD H:i:s - otherwise it gives an error
31+
releaseDate = "2021-12-12 01:06:00", //YYYY-MM-DD H:i:s - otherwise it gives an error
3232
appName = "AssistantComputerControl",
3333

3434
sentryToken = "super_secret";

AssistantComputerControl/WebFiles/AboutVersion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<img style="width:125px;position:fixed;bottom:0;left:0;margin-left:20px;" src="assets/images/acc_logo.png">
2424
</div>
2525
<div class="col-9">
26-
<b>Version 1.4.5</b> <i>(10-12-2021)</i>
26+
<b>Version 1.4.5</b> <i>(12-12-2021)</i>
2727
<p>
2828
<a href="https://assistantcomputercontrol.com/">Website</a> |
2929
<a href="https://github.com/AlbertMN/AssistantComputerControl">GitHub</a> |
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)