Bump to 1.45

This commit is contained in:
Evan Su 2024-12-15 21:53:59 -05:00 committed by GitHub
parent 78af7c48e2
commit fb5b92a17d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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