From 89a4d8e33df7266ce542bb7bd325332a89ba13c1 Mon Sep 17 00:00:00 2001 From: sonodima Date: Thu, 11 Apr 2024 07:03:03 +0200 Subject: [PATCH] bump version to 1.2.1 --- BetterLobby.csproj | 2 +- assets/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BetterLobby.csproj b/BetterLobby.csproj index 3dc43b7..eb8b175 100644 --- a/BetterLobby.csproj +++ b/BetterLobby.csproj @@ -2,7 +2,7 @@ netstandard2.1 BetterLobby - 1.2.0 + 1.2.1 true preview diff --git a/assets/manifest.json b/assets/manifest.json index e650c28..c208bf1 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -1,6 +1,6 @@ { "name": "BetterLobby", - "version_number": "1.2.0", + "version_number": "1.2.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"]