Bump to v1.47

This commit is contained in:
Evan Su 2025-02-19 20:02:51 -05:00 committed by GitHub
parent 59eb558729
commit 5e55cb76c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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