From ee121cdb015dc9fbc2412947bff77b0d3c9b871a Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Tue, 23 Nov 2021 11:56:48 +0800 Subject: [PATCH] Update readme & bounce version --- README.md | 8 ++++---- cargo-sewup/Cargo.toml | 2 +- sewup-derive/Cargo.toml | 2 +- sewup/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bde5b3c3b..31bb62b8a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # SewUp ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/second-state/SewUp/CI) -[![Generic badge](https://img.shields.io/badge/sewup-0.1.7-green.svg)](https://crates.io/crates/sewup) +[![Generic badge](https://img.shields.io/badge/sewup-0.1.9-green.svg)](https://crates.io/crates/sewup) [![Generic badge](https://img.shields.io/badge/SewUpDoc-main-green.svg)](https://second-state.github.io/SewUp/sewup/) -[![Generic badge](https://img.shields.io/badge/sewup_derive-0.1.7-green.svg)](https://crates.io/crates/sewup-derive) +[![Generic badge](https://img.shields.io/badge/sewup_derive-0.1.9-green.svg)](https://crates.io/crates/sewup-derive) [![Generic badge](https://img.shields.io/badge/SewUpDeriveDoc-main-green.svg)](https://second-state.github.io/SewUp/sewup_derive/) -[![Generic badge](https://img.shields.io/badge/cargo_sewup-0.1.7-green.svg)](https://crates.io/crates/cargo-sewup) +[![Generic badge](https://img.shields.io/badge/cargo_sewup-0.1.9-green.svg)](https://crates.io/crates/cargo-sewup) **S**econdstate **EW**asm **U**tility **P**rogram, a library helps you sew up your Ethereum project with Rust and just like development in a common backend. There is an [issue](https://github.com/second-state/SewUp/issues/116) on building document on Doc.rs, please kindly use the [document](https://second-state.github.io/SewUp/sewup/) of master instead. @@ -14,7 +14,7 @@ Furthermore, there is also [wiki site](https://github.com/second-state/SewUp/wik ## Slides & Demo | Date | Event | Version | Slide | Video | Material | |------------|-------------------------|---------|--------------|-------------------------------------------------------|---------------------------| -| 2021/12/03 | ParaState Hackathon IV | 0.1.7 | [hackthon4] | | [todo app] | +| 2021/12/03 | ParaState Hackathon IV | 0.1.9 | [hackthon4] | | [todo app] | | 2021/11/12 | ParaState Hackathon III | 0.1.7 | [hackthon3] | | [utility token] | | 2021/11/3 | ParaState Hackathon II | 0.1.6 | [hackthon2] | [record2] | [material][h2], [hangman] | | 2021/10/30 | COSCon'21 | 0.1.4 | [coscon21] | | | diff --git a/cargo-sewup/Cargo.toml b/cargo-sewup/Cargo.toml index adf6369be..9e2be80b5 100644 --- a/cargo-sewup/Cargo.toml +++ b/cargo-sewup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-sewup" -version = "0.1.8" +version = "0.1.9" edition = "2018" description = "A cli tool for initializing sewup project and deploying ewasm contract" license = "Apache-2.0" diff --git a/sewup-derive/Cargo.toml b/sewup-derive/Cargo.toml index bad61871b..0f4d70d93 100644 --- a/sewup-derive/Cargo.toml +++ b/sewup-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sewup-derive" -version = "0.1.8" +version = "0.1.9" authors = ["Antonio Yang "] edition = "2018" description = "Macros implementation for SewUp" diff --git a/sewup/Cargo.toml b/sewup/Cargo.toml index ec4fd83da..47a4d4b61 100644 --- a/sewup/Cargo.toml +++ b/sewup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sewup" -version = "0.1.8" +version = "0.1.9" authors = ["Antonio Yang "] edition = "2018" build="build.rs"