Bump to 1.48, update changelog

This commit is contained in:
Evan Su 2025-04-10 00:38:09 -04:00
parent 6f3cbb0a38
commit d9473f777b
3 changed files with 8 additions and 3 deletions

View file

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