mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Bump to 1.45
This commit is contained in:
parent
78af7c48e2
commit
fb5b92a17d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue