From 1d61f8fc328e4729967f05e5f9904f66b08175ae Mon Sep 17 00:00:00 2001 From: sparshg <43041139+sparshg@users.noreply.github.com> Date: Thu, 3 Oct 2024 02:28:15 +0530 Subject: [PATCH] v1.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4acfc46..d68052f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "battleship" -version = "1.1.1" +version = "1.1.2" dependencies = [ "axum", "dotenv", diff --git a/Cargo.toml b/Cargo.toml index 27097b2..91a1cc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "battleship" -version = "1.1.1" +version = "1.1.2" edition = "2021" [dependencies]