From 7ecfb6912a521646c8c4f5d55842cc01d33d7845 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Thu, 13 Apr 2023 11:28:34 -0400 Subject: [PATCH] (cargo-release) version 3.0.22 --- 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 017a94459..271a78fbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1452,7 +1452,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.0.21" +version = "3.0.22" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 2969d76db..a68b24b30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.0.21" +version = "3.0.22" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 6ff1675f0..2c47b3d9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.0.13", + "version": "3.0.22", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",