Skip to content

Commit

Permalink
Boost ver
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Jan 23, 2020
1 parent 5557852 commit b80ff1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Wasm3
version=0.4.4
version=0.4.5
author=Volodymyr Shymanskyy <vshymanskyi@gmail.com>, Steven Massey <soundandform@gmail.com>
license=MIT
maintainer=Volodymyr Shymanskyy <vshymanskyi@gmail.com>
Expand Down
4 changes: 2 additions & 2 deletions src/wasm3.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdlib.h>
#include <stdint.h>
Expand Down

0 comments on commit b80ff1c

Please sign in to comment.