Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Hary309 committed Jul 12, 2022
1 parent 9281cf8 commit 46396bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ add_subdirectory(vendor)

use_static_linking()

project(hry-sic VERSION 2.0.2)
project(hry-sic VERSION 2.0.6)

file(GLOB_RECURSE hry-sic-src src/*.cpp src/*.hpp)
add_library(hry-sic SHARED ${hry-sic-src})
Expand Down
6 changes: 3 additions & 3 deletions deploy/installer/hry-sic.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Smooth Interior Camera"
#define MyAppVersion "2.0.5"
#define MyAppVersion "2.0.6"
#define MyAppPublisher "Piotr Krupa"
#define MyAppURL "https://hary309.github.io/projects/hry-plugins/hry-sic"

Expand Down Expand Up @@ -85,7 +85,7 @@ begin
ATSDirPage.Add('ATS Main directory');
ATSDirPage.Values[0] := GetPreviousData('ATSDirectory', '');
ETS2DirPage := CreateInputDirPage(
wpSelectComponents, 'Select Euro Truck Simulator 2 main directory', 'Where Euro Truck Simulator 2 is installed?', '', False, '');
Expand All @@ -102,7 +102,7 @@ begin
InstallETS2 := WizardIsComponentSelected('ets2');
Result := not InstallETS2;
end;
if PageID = ATSDirPage.ID then
begin
InstallATS := WizardIsComponentSelected('ats');
Expand Down
2 changes: 1 addition & 1 deletion src/SIC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void SIC::fillPluginInfo()
_pluginInfo.fullName = "Smooth Interior Camera";
_pluginInfo.authorInfo = { "Piotr Krupa", "[email protected]" };
_pluginInfo.website = "https://hary309.github.io/projects/hry-plugins/hry-sic";
_pluginInfo.version = { 2, 0, 5 };
_pluginInfo.version = { 2, 0, 6 };
_pluginInfo.desc = R"(
## About
hry-sic improves interior camera by adding smooth rotation animation.
Expand Down

0 comments on commit 46396bd

Please sign in to comment.