Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
Improve `read` compatibility with old Python messenger. Probably fixes
`:setpref` and `:guiset` issues.
  • Loading branch information
bovine3dom committed Mar 5, 2021
1 parent e9195ed commit 8d63589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native_main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import tempfile
when defined(windows):
import windows_helpers

const VERSION = "0.3.3"
const VERSION = "0.3.4"

type
MessageRecv* = object
Expand Down

0 comments on commit 8d63589

Please sign in to comment.