mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
Begin v1.29
This commit is contained in:
parent
32c09a6ca0
commit
114cddb654
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ package main
|
|||
|
||||
/*
|
||||
|
||||
Picocrypt v1.28
|
||||
Picocrypt v1.29
|
||||
Copyright (c) Evan Su (https://evansu.cc)
|
||||
Released under a GNU GPL v3 License
|
||||
https://github.com/HACKERALERT/Picocrypt
|
||||
|
@ -59,7 +59,7 @@ var TRANSPARENT = color.RGBA{0x00, 0x00, 0x00, 0x00}
|
|||
|
||||
// Generic variables
|
||||
var window *giu.MasterWindow
|
||||
var version = "v1.28"
|
||||
var version = "v1.29"
|
||||
var dpi float32
|
||||
var mode string
|
||||
var working bool
|
||||
|
|
Loading…
Reference in a new issue