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

View file

@ -2,7 +2,7 @@ package main
/*
Picocrypt v1.43
Picocrypt v1.45
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.43"
var version = "v1.45"
var dpi float32
var mode string
var working bool