From 5af7e0f2c849ec669b211abae9d8b5b1fc2689e4 Mon Sep 17 00:00:00 2001 From: sonodima Date: Sun, 7 Apr 2024 13:07:55 +0200 Subject: [PATCH] bump version to 1.1.1 --- BetterLobby.csproj | 2 +- assets/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BetterLobby.csproj b/BetterLobby.csproj index 471468d..74d2b3b 100644 --- a/BetterLobby.csproj +++ b/BetterLobby.csproj @@ -2,7 +2,7 @@ netstandard2.1 BetterLobby - 1.1.0 + 1.1.1 true preview diff --git a/assets/manifest.json b/assets/manifest.json index 129c7c3..0b71fde 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -1,6 +1,6 @@ { "name": "BetterLobby", - "version_number": "1.1.0", + "version_number": "1.1.1", "website_url": "https://github.com/sonodima/cw-betterlobby", "description": "Improves the matchmaking system to allow friend lobbies with fill and a proper late-join!", "dependencies": ["BepInEx-BepInExPack-5.4.2100"]