This repository was archived by the owner on Oct 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ add_subdirectory(vendor)
66
77use_static_linking()
88
9- project (hry-sic VERSION 2.0.0 )
9+ project (hry-sic VERSION 2.0.2 )
1010
1111file (GLOB_RECURSE hry-sic-src src/*.cpp src/*.hpp)
1212add_library (hry-sic SHARED ${hry-sic-src})
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " Smooth Interior Camera"
5- #define MyAppVersion " 2.0.1 "
5+ #define MyAppVersion " 2.0.2 "
66#define MyAppPublisher " Piotr Krupa"
77#define MyAppURL " https://hary309.github.io/projects/hry-plugins/hry-sic"
88
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ void SIC::fillPluginInfo()
218218 _pluginInfo.fullName = " Smooth Interior Camera" ;
219219 _pluginInfo.authorInfo = { " Piotr Krupa" , " piotrkrupa06@gmail.com" };
220220 _pluginInfo.website = " https://hary309.github.io/projects/hry-plugins/hry-sic" ;
221- _pluginInfo.version = { 2 , 0 , 1 };
221+ _pluginInfo.version = { 2 , 0 , 2 };
222222 _pluginInfo.desc = R"(
223223## About
224224hry-sic improves interior camera by adding smooth rotation animation.
You can’t perform that action at this time.
0 commit comments