Skip to content

Commit

Permalink
2.8.2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymphatus committed Oct 27, 2024
1 parent 2724fee commit 92a22ba
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>CFBundleShortVersionString</key>
<string>2.8.1</string>
<string>2.8.2</string>
<key>CFBundleVersion</key>
<string>2.8.1</string>
<string>2.8.2</string>
<key>SUFeedURL</key>
<string>https://saerasoft.com/repository/com.saerasoft.caesium/osx/appcast.xml</string>
<key>SUEnableAutomaticChecks</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Try it directly on browser at [caesium.app](https://caesium.app)

###### v2.8.1
###### v2.8.2

![caesium_screenshot_280](https://github.com/user-attachments/assets/e5a6510a-58c5-4349-8563-f4e3ee84d5a0)

Expand Down
4 changes: 2 additions & 2 deletions resources/icons.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ IDI_ICON1 ICON "icons/icon.ico"

1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 2,8,1,0
PRODUCTVERSION 2,8,2,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
Expand All @@ -15,7 +15,7 @@ BEGIN
VALUE "FileVersion", "1.0.0\0"
VALUE "InternalName", "Cs-133\0"
VALUE "ProductName", "Caesium Image Compressor\0"
VALUE "ProductVersion", "2.8.1\0"
VALUE "ProductVersion", "2.8.2\0"
END
END

Expand Down
2 changes: 1 addition & 1 deletion setup.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 "Caesium Image Compressor"
#define MyAppVersion "2.8.1"
#define MyAppVersion "2.8.2"
#define MyAppPublisher "SaeraSoft"
#define MyAppURL "https://saerasoft.com/caesium"
#define MyAppExeName "Caesium Image Compressor.exe"
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ int main(int argc, char* argv[])
QCoreApplication::setOrganizationName("SaeraSoft");
QCoreApplication::setOrganizationDomain("saerasoft.com");
QCoreApplication::setApplicationName("Caesium Image Compressor");
QCoreApplication::setApplicationVersion("2.8.1");
QCoreApplication::setApplicationVersion("2.8.2");

#ifdef NDEBUG
qInstallMessageHandler(Logger::messageHandler);
Expand Down

0 comments on commit 92a22ba

Please sign in to comment.