Skip to content

Commit 6cbea5c

Browse files
committed
Fix version and copyright date
1 parent 213c367 commit 6cbea5c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(PRODUCT_NAME)</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>$(PRODUCT_NAME) (c) 2019 Ravbug</string>
10+
<string>$(PRODUCT_NAME) (c) 2022 Ravbug</string>
1111
<key>CFBundleIconFile</key>
1212
<string>wxmac.icns</string>
1313
<key>CFBundleIdentifier</key>
@@ -22,21 +22,21 @@
2222
<string>it</string>
2323
</array>
2424
<key>CFBundleLongVersionString</key>
25-
<string>(c) 2021 Ravbug</string>
25+
<string>(c) 2022 Ravbug</string>
2626
<key>CFBundleName</key>
2727
<string>$(PRODUCT_NAME)</string>
2828
<key>CFBundlePackageType</key>
2929
<string>APPL</string>
3030
<key>CFBundleShortVersionString</key>
31-
<string>1.41</string>
31+
<string>1.42</string>
3232
<key>CFBundleSignature</key>
3333
<string>????</string>
3434
<key>CFBundleVersion</key>
3535
<string>$(CURRENT_PROJECT_VERSION)</string>
3636
<key>LSApplicationCategoryType</key>
3737
<string>public.app-category.developer-tools</string>
3838
<key>NSHumanReadableCopyright</key>
39-
<string>Copyright 2021 Ravbug</string>
39+
<string>Copyright 2022 Ravbug</string>
4040
<key>NSPrincipalClass</key>
4141
<string>wxNSApplication</string>
4242
</dict>

source/interface_derived.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void MainFrameDerived::OnAbout(wxCommandEvent& event)
170170
{
171171
wxAboutDialogInfo aboutInfo;
172172
aboutInfo.SetName("Unity Hub Native");
173-
aboutInfo.SetCopyright("(C) Ravbug 2021");
173+
aboutInfo.SetCopyright("(C) Ravbug 2022");
174174
aboutInfo.SetDescription("Developed with wxWidgets in C++");
175175
#if defined __linux__
176176
aboutInfo.SetWebSite("https://github.com/ravbug/UnityHubNative");

0 commit comments

Comments
 (0)