Compare commits

..

2 commits

Author SHA1 Message Date
Evan Su
c45bdede59
Bump to 1.45
Some checks failed
CodeQL / Analyze (push) Has been cancelled
2024-12-15 21:57:16 -05:00
Evan Su
fb5b92a17d
Bump to 1.45 2024-12-15 21:53:59 -05:00
2 changed files with 4 additions and 4 deletions

View file

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

View file

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