Begin v1.28

This commit is contained in:
Evan Su 2022-05-02 18:05:54 -04:00 committed by GitHub
parent 427b518278
commit bb3206576b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ package main
/* /*
Picocrypt v1.27 Picocrypt v1.28
Copyright (c) Evan Su (https://evansu.cc) Copyright (c) Evan Su (https://evansu.cc)
Released under a GNU GPL v3 License Released under a GNU GPL v3 License
https://github.com/HACKERALERT/Picocrypt https://github.com/HACKERALERT/Picocrypt
@ -48,7 +48,7 @@ import (
) )
// Generic variables // Generic variables
var version = "v1.27" var version = "v1.28"
var window *giu.MasterWindow var window *giu.MasterWindow
var dpi float32 var dpi float32
var mode string var mode string