Compare commits

..

No commits in common. "c45bdede59e42b22dd90e3d4c30020747191207f" and "78af7c48e2ca0d43309a274537c414667ed0b60b" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -44,8 +44,8 @@
</screenshot>
</screenshots>
<releases>
<release version="1.45" date="2024-12-05">
<url type="details">https://github.com/Picocrypt/Picocrypt/blob/main/Changelog.md#v145-released-12052024</url>
<release version="1.44" date="2024-11-09">
<url type="details">https://github.com/Picocrypt/Picocrypt/blob/main/Changelog.md#v144-released-11092024</url>
<description>
<p>No code changes; just updated dependencies.</p>
</description>

View file

@ -2,7 +2,7 @@ package main
/*
Picocrypt v1.45
Picocrypt v1.43
Copyright (c) Evan Su
Released under a GNU GPL v3 License
https://github.com/Picocrypt/Picocrypt
@ -60,7 +60,7 @@ var TRANSPARENT = color.RGBA{0x00, 0x00, 0x00, 0x00}
// Generic variables
var window *giu.MasterWindow
var version = "v1.45"
var version = "v1.43"
var dpi float32
var mode string
var working bool