From f6dbf5051632138796e9436088429a675264d087 Mon Sep 17 00:00:00 2001 From: Iswenzz Date: Fri, 4 Aug 2023 00:02:25 +0200 Subject: [PATCH] Version: Bump --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index e09b402..574e2f1 100644 --- a/conanfile.py +++ b/conanfile.py @@ -3,7 +3,7 @@ class CoD4DM1(ConanFile): name = "CoD4DM1" - version = "1.0.2" + version = "1.0.3" license = "LICENCE" url = "https://github.com/Iswenzz/CoD4-DM1" description = "Reverse of CoD4 & CoD4X (.DM_1) demo files with features such as parsing snapshot informations, frames, entities, clients and server messages."