mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-16 15:28:31 +02:00
Compare commits
2 commits
78af7c48e2
...
c45bdede59
Author | SHA1 | Date | |
---|---|---|---|
|
c45bdede59 | ||
|
fb5b92a17d |
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue