From 946445e289da7301f613737651879ecb4104142a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Feb 2026 16:08:28 +0000 Subject: [PATCH] Bump version to 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aeae39c..cc36992 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2865,7 +2865,7 @@ dependencies = [ [[package]] name = "rotel-lambda-forwarder" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-stream", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index f05e735..ee94965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rotel-lambda-forwarder" -version = "0.1.0" +version = "0.1.1" edition = "2024" homepage = "https://github.com/streamfold/rotel-lambda-forwarder" readme = "README.md"