Skip to content

Commit

Permalink
Version: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Feb 10, 2023
1 parent df3c809 commit 4bc3ff8
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(CGSC VERSION 1.2.1 LANGUAGES C)
project(CGSC VERSION 1.2.2 LANGUAGES C)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_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 @@ -3,7 +3,7 @@

class CGSC(ConanFile):
name = "CGSC"
version = "1.2.1"
version = "1.2.2"
license = "LICENCE"
url = "https://github.com/Iswenzz/CGSC"
description = "Call of Duty 4X source extension that adds new utilities to extend the server and the creation of new plugins."
Expand Down

0 comments on commit 4bc3ff8

Please sign in to comment.