Skip to content

Commit b80ff1c

Browse files
committed
Boost ver
1 parent 5557852 commit b80ff1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Wasm3",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "The fastest WebAssembly interpreter. It allows you to run WASM files directly on a wide range of devices, including microcontrollers, routers, smartphones and of course within browsers.",
55
"keywords": "esp32, esp8266, wasm, webassembly, interpreter, iot, edge computing",
66
"authors": [

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Wasm3
2-
version=0.4.4
2+
version=0.4.5
33
author=Volodymyr Shymanskyy <[email protected]>, Steven Massey <[email protected]>
44
license=MIT
55
maintainer=Volodymyr Shymanskyy <[email protected]>

src/wasm3.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
#define M3_VERSION_MAJOR 0
1212
#define M3_VERSION_MINOR 4
13-
#define M3_VERSION_REV 4
14-
#define M3_VERSION "0.4.4"
13+
#define M3_VERSION_REV 5
14+
#define M3_VERSION "0.4.5"
1515

1616
#include <stdlib.h>
1717
#include <stdint.h>

0 commit comments

Comments
 (0)