diff --git a/Cargo.lock b/Cargo.lock index 0492fd3..3f65ee0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,7 +255,7 @@ dependencies = [ [[package]] name = "entangled-tool" -version = "0.3.0" +version = "0.3.1" dependencies = [ "clap", "entangled-core", diff --git a/Cargo.toml b/Cargo.toml index 8e08316..1ca21fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "entangled-tool" -version = "0.3.0" +version = "0.3.1" edition = "2021" rust-version = "1.88" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index f731867..1a12c97 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # entangled-tool [![CI](https://github.com/samjanny/entangled-tool/actions/workflows/ci.yml/badge.svg)](https://github.com/samjanny/entangled-tool/actions/workflows/ci.yml) -[![Version](https://img.shields.io/badge/version-0.3.0-blue)](https://github.com/samjanny/entangled-tool/releases) +[![Version](https://img.shields.io/badge/version-0.3.1-blue)](https://github.com/samjanny/entangled-tool/releases) [![Spec](https://img.shields.io/badge/spec-v1.0--rc.48-blue)](https://github.com/samjanny/entangled) [![Rust](https://img.shields.io/badge/rust-1.88%2B-orange)](Cargo.toml) [![License](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue)](#license)