From 8c039be09544070c379fec6a6ee745761706fa9e Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Sat, 15 Jun 2024 01:35:14 +0800 Subject: [PATCH] release: bump version to 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7389815..d837942 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3429,7 +3429,7 @@ dependencies = [ [[package]] name = "starkli" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index fd95551..76260b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starkli" -version = "0.3.0" +version = "0.3.1" authors = ["Jonathan LEI "] license = "MIT OR Apache-2.0" edition = "2021"