From ea3769a0d73175320f3d62375935d2bb6b9d55bd Mon Sep 17 00:00:00 2001 From: Dima Marhitych Date: Thu, 5 Oct 2023 20:54:05 +0200 Subject: [PATCH] Version 0.0.4 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5cc2672..bffc687 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ EXAMPLE_BUILD_TOOL = wasmserve -VERSION = v0.0.3 +VERSION = v0.0.4 .PHONY: setup example build_test test_backend test1 release diff --git a/README.md b/README.md index 39bc297..2736a07 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ You can then include the generated .wasm file in your web application and load i Feel free to explore the example provided in this repository to better understand how Webzen works and how you can create your own Go-powered web applications. ## Documentation -The documentation for Webzen is available at https://github.com/dimkauzh/webzen/wiki. +The documentation for Webzen is available at https://github.com/dimkauzh/webzen/wiki ## License