Skip to content

Commit

Permalink
Version: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Apr 23, 2022
1 parent 3ef8ccc commit becd681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16.0)
project(CoD4DM1 VERSION 1.0.0 LANGUAGES CXX)
project(CoD4DM1 VERSION 1.0.1 LANGUAGES CXX)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class CoD4DM1(ConanFile):
name = "CoD4DM1"
version = "1.0.0"
version = "1.0.1"
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."
Expand Down

0 comments on commit becd681

Please sign in to comment.