Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
- Add support for ARM-based Macs (e.g. M1/M2)
  • Loading branch information
bovine3dom committed Jun 16, 2023
1 parent a74ec49 commit 6e0d2cd
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 @@ -15,7 +15,7 @@ import tempfile
when defined(windows):
import windows_helpers

const VERSION = "0.3.8"
const VERSION = "0.4.0"

type
MessageRecv* = object
Expand Down

0 comments on commit 6e0d2cd

Please sign in to comment.