Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stormon-force committed Apr 24, 2021
1 parent ae9296d commit 96dce79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

const (
VERSION = "1.1.4"
VERSION = "1.2.0"
)

// TO DO : Better error checking
Expand Down Expand Up @@ -345,7 +345,7 @@ func (g *OdileGUI) Init(){
if(err != nil){
fmt.Printf("Send Error %v\n", err)
//g.ResetFields()
g.ConsoleLabel.SetText("Error, consider resetting with \'Send\'")
g.ConsoleLabel.SetText("Error, consider resetting with \"Send\"")
}
log.Println("Send Function:", secret, err)
g.SendPasswordLabel.SetText(secret)
Expand Down

0 comments on commit 96dce79

Please sign in to comment.