From 6d85104fff30bc50817b78a785646db2b9432d9c Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Wed, 26 Apr 2023 09:28:43 -0400 Subject: [PATCH] (cargo-release) version 3.1.0 --- 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 5331d930f..45c268cf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1452,7 +1452,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.0.22" +version = "3.1.0" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index b37f4a55e..1eee31cac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.0.22" +version = "3.1.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 50297cc32..d1c6704c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.0.22", + "version": "3.1.0", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",