Skip to content

Commit

Permalink
Bump project version to 0.1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aiamnezia committed Feb 24, 2025
1 parent ae2493e commit 666eb5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.25)

project(desktopproxy VERSION 0.1.0.4 LANGUAGES CXX)
project(desktopproxy VERSION 0.1.0.5 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion deploy/installer/config/windows.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>Censor Tracker Proxy</Name>
<Version>0.1.0.4</Version>
<Version>0.1.0.5</Version>
<Title>Censor Tracker Proxy</Title>
<Publisher>Censor Tracker</Publisher>
<StartMenuDir>Censor Tracker Proxy</StartMenuDir>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Package>
<DisplayName>Censor Tracker Proxy</DisplayName>
<Description>Installation package for Censor Tracker Proxy</Description>
<Version>0.1.0.4</Version>
<Version>0.1.0.5</Version>
<ReleaseDate>2025-02-18</ReleaseDate>
<Default>true</Default>
<Script>installscript.qs</Script>
Expand Down

0 comments on commit 666eb5c

Please sign in to comment.