diff --git a/android/phiola/build.gradle b/android/phiola/build.gradle index b299c9b..930f75f 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 20206 - versionName '2.2.6' + versionCode 20207 + versionName '2.2.7' } buildFeatures { diff --git a/src/phiola.h b/src/phiola.h index 747d273..2f4d622 100644 --- a/src/phiola.h +++ b/src/phiola.h @@ -6,7 +6,7 @@ #include #include -#define PHI_VERSION 20206 +#define PHI_VERSION 20207 /** Inter-module compatibility version. It must be updated when incompatible changes are made to this file,