From 3ee22a739f8dd6875e20cfd098792bf0ea99d31e Mon Sep 17 00:00:00 2001 From: MrOkiDoki <0mrokidoki@gmail.com> Date: Sun, 20 Aug 2023 16:21:16 +0300 Subject: [PATCH] Version fix --- BattleBitAPI/Common/Conts.cs | 2 +- CommunityServerAPI.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BattleBitAPI/Common/Conts.cs b/BattleBitAPI/Common/Conts.cs index 122f18d..89bda48 100644 --- a/BattleBitAPI/Common/Conts.cs +++ b/BattleBitAPI/Common/Conts.cs @@ -2,7 +2,7 @@ { public static class Const { - public static string Version = "1.0.1v"; + public static string Version = "1.0.2v"; // ---- Networking ---- /// diff --git a/CommunityServerAPI.csproj b/CommunityServerAPI.csproj index 6c2fbc5..0129f7e 100644 --- a/CommunityServerAPI.csproj +++ b/CommunityServerAPI.csproj @@ -18,7 +18,7 @@ https://github.com/MrOkiDoki/BattleBit-Community-Server-API https://github.com/MrOkiDoki/BattleBit-Community-Server-API BattleBit - 1.0.2 + 1.0.3