Skip to content

Commit

Permalink
2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stsaz committed Sep 21, 2024
1 parent 94adc9f commit 3200c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 20205
versionName '2.2.5'
versionCode 20206
versionName '2.2.6'
}

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 20205
#define PHI_VERSION 20206

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

0 comments on commit 3200c5e

Please sign in to comment.