Skip to content

Commit

Permalink
Bumped version and updated 'wake' binaries
Browse files Browse the repository at this point in the history
wake 1.0.0 => 1.1.0
wide 1.0.0  => 1.0.1
  • Loading branch information
seyhajin committed Apr 5, 2022
1 parent e3a2688 commit 16310ab
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file modified bin/linux/wake
Binary file not shown.
Binary file modified bin/macos/wake
Binary file not shown.
Binary file modified bin/raspbian/wake
Binary file not shown.
Binary file modified bin/windows/wake.exe
Binary file not shown.
Binary file modified bin/windows/wake64.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/wake/wx.wx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Using std.collections
Using libc

'Make sure to rebuildall after changing this!
Const WAKE_VERSION:= "1.0.0" '"1.1.16"
Const WAKE_VERSION:= "1.1.0"

'For 'emergency patch' versions, 'b', 'c' etc...
Const WAKE_VERSION_EXT:=""
Expand Down
2 changes: 1 addition & 1 deletion src/wide/wide.wx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Const _HostOS:=""

Const WONKEY_DOMAIN:="http://github.com/wonkey-coders"

Global AppTitle:="Wide v1.0.0"
Global AppTitle:="Wide v1.0.1"

#If __TARGET__<>"macos"
Global AppStateFile:="bin/"+_HostOS+"/wide/wide.state.json"
Expand Down

0 comments on commit 16310ab

Please sign in to comment.