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

Commit a9c6fef

Browse files
committed
2.0.2
1 parent 453d80a commit a9c6fef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ add_subdirectory(vendor)
66

77
use_static_linking()
88

9-
project(hry-sic VERSION 2.0.0)
9+
project(hry-sic VERSION 2.0.2)
1010

1111
file(GLOB_RECURSE hry-sic-src src/*.cpp src/*.hpp)
1212
add_library(hry-sic SHARED ${hry-sic-src})

deploy/installer/hry-sic.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

src/SIC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
224224
hry-sic improves interior camera by adding smooth rotation animation.

0 commit comments

Comments
 (0)