From 975a01d9d3214563fbeac28349ab65d3ddb48893 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Fri, 20 Oct 2023 17:58:32 -0400 Subject: [PATCH] (cargo-release) version 3.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b8eabea0..d89973f5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1511,7 +1511,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.5.0" +version = "3.5.1" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 52aa847d2..682c076f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.5.0" +version = "3.5.1" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index f2063c692..ef99359ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.5.0", + "version": "3.5.1", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",