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

Commit a1f3131

Browse files
committed
2.0.3
1 parent e9aaafb commit a1f3131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2"
5+
#define MyAppVersion "2.0.3"
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, 2 };
221+
_pluginInfo.version = { 2, 0, 3 };
222222
_pluginInfo.desc = R"(
223223
## About
224224
hry-sic improves interior camera by adding smooth rotation animation.

0 commit comments

Comments
 (0)