mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 13:48:31 +02:00
Bump to v1.47
This commit is contained in:
parent
59eb558729
commit
5e55cb76c7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue