Skip to content

Commit

Permalink
2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stsaz committed Aug 17, 2024
1 parent 5fcb07a commit a1faa50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions android/phiola/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/phiola.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <ffbase/string.h>
#include <ffbase/time.h>

#define PHI_VERSION 20204
#define PHI_VERSION 20205

/** Inter-module compatibility version.
It must be updated when incompatible changes are made to this file,
Expand Down

0 comments on commit a1faa50

Please sign in to comment.