mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-27 18:04:21 +00:00
Bump version
This commit is contained in:
parent
5691e8109b
commit
6ac05ef69d
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ package main
|
|||
|
||||
/*
|
||||
|
||||
Picocrypt v1.31
|
||||
Picocrypt v1.32
|
||||
Copyright (c) Evan Su
|
||||
Released under a GNU GPL v3 License
|
||||
https://github.com/HACKERALERT/Picocrypt
|
||||
|
@ -58,7 +58,7 @@ var TRANSPARENT = color.RGBA{0x00, 0x00, 0x00, 0x00}
|
|||
|
||||
// Generic variables
|
||||
var window *giu.MasterWindow
|
||||
var version = "v1.31"
|
||||
var version = "v1.32"
|
||||
var dpi float32
|
||||
var mode string
|
||||
var working bool
|
||||
|
|
Loading…
Reference in a new issue