From b639612fa3eb1ec4230b53529a834ef6192962a3 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 14 Feb 2019 13:30:37 +0000 Subject: [PATCH] Bump version to 0.7.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0023cc3..ecde4f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ewasm_api" -version = "0.6.0" +version = "0.7.0" authors = ["Alex Beregszaszi ", "Jake Lang "] license = "Apache-2.0" repository = "https://github.com/ewasm/ewasm-rust-api" diff --git a/README.md b/README.md index 3f583cb..85de6c7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This project aims to give a low-level and a high-level binding to ewasm from Rus Add the dependency, as usual: ```toml [dependencies] -ewasm-api = "0.5" +ewasm-api = "0.7" ``` ```rust extern crate ewasm_api;