From 2b3a6f0ec669746d867c39a331d46cbf1babe90a Mon Sep 17 00:00:00 2001 From: Mirko Sertic Date: Wed, 11 Apr 2018 10:01:22 +0200 Subject: [PATCH] Update README.md New release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3754db625..43422a9a0e 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ There is Bytecoder Maven Plugin available. de.mirkosertic.bytecoder bytecoder-mavenplugin - 2018-02-01 + 2018-04-10 de.mirkosertic.bytecoder.integrationtest.SimpleMainClass js @@ -127,7 +127,7 @@ JavaScript will be placed in the Maven `target/bytecoder` directory. de.mirkosertic.bytecoder bytecoder-mavenplugin - 2018-02-01 + 2018-04-10 de.mirkosertic.bytecoder.integrationtest.SimpleMainClass wasm @@ -172,4 +172,4 @@ one implementation available. The WebAssembly backend must include garbage collection runtime code for memory management. The first implementation of such a GC will be a Mark-And-Sweep based. Details about WebAssembly are documented [here](WASM.md) -The JavaScript backend relies on JavaScript garbage collection provided by the browser. \ No newline at end of file +The JavaScript backend relies on JavaScript garbage collection provided by the browser.