Skip to content

Commit

Permalink
Bump to rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymphatus committed May 10, 2022
1 parent 2fa79ea commit a2bd68f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>2.0.0</string>
<key>SUFeedURL</key>
<string>https://saerasoft.com/repository/com.saerasoft.caesium/osx/appcast.xml</string>
<string>1.99.6</string>
<key>SUFeedURL</key>
<string>https://saerasoft.com/repository/com.saerasoft.caesium/osx/appcast.xml</string>
<key>SUEnableAutomaticChecks</key>
<true/>
<key>SUPublicEDKey</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Caesium Image Compressor

###### v2.0.0-rc.1
###### v2.0.0-rc.2

![x](https://user-images.githubusercontent.com/12133996/141089441-b7589314-3a5d-48ff-8854-c3d32bd8dd5e.PNG)

Expand Down Expand Up @@ -68,4 +68,4 @@ Caesium 2.0 is currently available in:
#### How to contribute with your translation
You can help translate by opening the `resources/i18n/caesium_en_US.ts` with QtLinguist or any XML editor. Rename it to your language (e.g. `caesium_it_IT.ts`) and translate all the sentences. Then you can start a pull request with your translated file.
You can use [this pull request](https://github.com/Lymphatus/caesium-image-compressor/pull/106) as an example.
Thanks to all the people who contributed.
Thanks to all the people who contributed.
2 changes: 1 addition & 1 deletion 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,0,0,0
PRODUCTVERSION 1,99,6,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
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.0.0"
#define MyAppVersion "2.0.0-rc.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 @@ -127,7 +127,7 @@ int main(int argc, char* argv[])
QCoreApplication::setOrganizationName("SaeraSoft");
QCoreApplication::setOrganizationDomain("saerasoft.com");
QCoreApplication::setApplicationName("Caesium Image Compressor");
QCoreApplication::setApplicationVersion("2.0.0");
QCoreApplication::setApplicationVersion("2.0.0-rc.2");

qInfo() << "Writing logs to" << QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) + "/caesium.log";
qInstallMessageHandler(messageHandler);
Expand Down

0 comments on commit a2bd68f

Please sign in to comment.