diff --git a/README.md b/README.md index 826ff26..9ba3058 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ Download the latest package for your OS and CPU from [phiola Releases](https://g For example, here's how you can install the latest release for AMD64 into `~/bin` directory: ```sh -wget https://github.com/stsaz/phiola/releases/download/v2.1.5/phiola-2.1.5-linux-amd64.tar.zst +wget https://github.com/stsaz/phiola/releases/download/v2.2.5/phiola-2.2.5-linux-amd64.tar.zst mkdir -p ~/bin -tar xf phiola-2.1.5-linux-amd64.tar.zst -C ~/bin +tar xf phiola-2.2.5-linux-amd64.tar.zst -C ~/bin ln -s ~/bin/phiola-2/phiola ~/bin/phiola cp ~/bin/phiola-2/mod/gui/phiola.desktop ~/.local/share/applications ``` diff --git a/android/phiola/build.gradle b/android/phiola/build.gradle index e12983c..07c108a 100644 --- a/android/phiola/build.gradle +++ b/android/phiola/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.stsaz.phiola" minSdkVersion 16 targetSdk 33 - versionCode 20204 - versionName '2.2-rc4' + versionCode 20205 + versionName '2.2.5' } buildFeatures { diff --git a/src/phiola.h b/src/phiola.h index 84f7505..e164d72 100644 --- a/src/phiola.h +++ b/src/phiola.h @@ -6,7 +6,7 @@ #include #include -#define PHI_VERSION 20204 +#define PHI_VERSION 20205 /** Inter-module compatibility version. It must be updated when incompatible changes are made to this file,