From b80ff1cacc21cb7b282891dc4b733c08cabc0a89 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 23 Jan 2020 15:50:36 +0200 Subject: [PATCH] Boost ver --- library.json | 2 +- library.properties | 2 +- src/wasm3.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 65d840d..d2d9ee3 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Wasm3", - "version": "0.4.4", + "version": "0.4.5", "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.", "keywords": "esp32, esp8266, wasm, webassembly, interpreter, iot, edge computing", "authors": [ diff --git a/library.properties b/library.properties index bccf7e7..8f2dff6 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Wasm3 -version=0.4.4 +version=0.4.5 author=Volodymyr Shymanskyy , Steven Massey license=MIT maintainer=Volodymyr Shymanskyy diff --git a/src/wasm3.h b/src/wasm3.h index 49de3cd..d1b3195 100644 --- a/src/wasm3.h +++ b/src/wasm3.h @@ -10,8 +10,8 @@ #define M3_VERSION_MAJOR 0 #define M3_VERSION_MINOR 4 -#define M3_VERSION_REV 4 -#define M3_VERSION "0.4.4" +#define M3_VERSION_REV 5 +#define M3_VERSION "0.4.5" #include #include