From 3da3ea6735138e369bd3f9cbf95d8664d3bde012 Mon Sep 17 00:00:00 2001 From: Chance Snow Date: Sat, 9 Jan 2021 00:59:32 -0600 Subject: [PATCH] Bump version --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 417bb02..39981c0 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ test: cover: $(SOURCES) env LD_LIBRARY_PATH=$(WASMER_DIR)/lib dub test --parallel --coverage -PACKAGE_VERSION := 0.1.0 +PACKAGE_VERSION := 0.2.0 docs/sitemap.xml: $(SOURCES) dub build -b ddox @echo "Performing cosmetic changes..." diff --git a/README.md b/README.md index c7a448d..d26881c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Also includes an idiomatic D wrapper of the [Wasmer Runtime C API](https://githu ```json "dependencies": { - "wasmer": "0.1.0" + "wasmer": "0.2.0" } ```