Skip to content

Commit

Permalink
v0.0.12
Browse files Browse the repository at this point in the history
Notable changes:

- The project is now hosted under the nodejs GitHub org. (4911b55)
- Several overflows have been fixed. (#161) (#162)
- The libuv dependency has been updated to v1.42.0. (#167)
  • Loading branch information
cjihrig committed Nov 17, 2021
1 parent 924c3dc commit b599542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uvwasi.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C" {

#define UVWASI_VERSION_MAJOR 0
#define UVWASI_VERSION_MINOR 0
#define UVWASI_VERSION_PATCH 11
#define UVWASI_VERSION_PATCH 12
#define UVWASI_VERSION_HEX ((UVWASI_VERSION_MAJOR << 16) | \
(UVWASI_VERSION_MINOR << 8) | \
(UVWASI_VERSION_PATCH))
Expand Down

0 comments on commit b599542

Please sign in to comment.