From 216aa742987a284ae6ee94902f62946b30ae98e9 Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Wed, 14 May 2025 11:09:23 -0700 Subject: [PATCH] bump version to 1.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e484ca3..f6f54cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1549,7 +1549,7 @@ dependencies = [ [[package]] name = "hyperware_process_lib" -version = "1.1.0" +version = "1.1.1" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index b7901e1..9723cc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyperware_process_lib" authors = ["Sybil Technologies AG"] -version = "1.1.0" +version = "1.1.1" edition = "2021" description = "A library for writing Hyperware processes in Rust." homepage = "https://hyperware.ai"