mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
Begin v1.20
This commit is contained in:
parent
cc75a36be4
commit
a06ebc250d
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ package main
|
|||
|
||||
/*
|
||||
|
||||
Picocrypt v1.19
|
||||
Picocrypt v1.20
|
||||
Copyright (c) Evan Su (https://evansu.cc)
|
||||
Released under a GNU GPL v3 License
|
||||
https://github.com/HACKERALERT/Picocrypt
|
||||
|
@ -100,7 +100,7 @@ var languages = []string{
|
|||
var languageSelected int32
|
||||
|
||||
// Generic variables
|
||||
var version = "v1.18"
|
||||
var version = "v1.20"
|
||||
var dpi float32
|
||||
var tab = 0
|
||||
var mode string
|
||||
|
|
Loading…
Reference in a new issue