From f1cc2f27d9be99dd053a52152aa301c6c3d9e923 Mon Sep 17 00:00:00 2001 From: Saeed Dadkhah Date: Mon, 8 Jan 2024 18:27:50 +0330 Subject: [PATCH] Prepare for v1.0.0 release --- Cargo.toml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2782633..6bb67b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "scilla-parser" -version = "0.11.0" +version = "1.0.0" edition = "2021" description = "Scilla smart contract parser written in Rust" license = "MIT" -authors = ["Saeed dadkhah", "Saeed Dadkhah "] +authors = ["Saeed Dadkhah ", "Troels Rønnow