From 977f2b998800d5608277eb7ae87900a75d31dfd4 Mon Sep 17 00:00:00 2001 From: vivabelarus <74508922+vivabelarus@users.noreply.github.com> Date: Mon, 28 Nov 2022 12:30:53 +0300 Subject: [PATCH] update to 3.0.11 --- .github/workflows/alpha.yml | 2 +- .github/workflows/beta.yml | 4 ++-- .github/workflows/main.yml | 4 ++-- .../src/main/java/org/telegram/messenger/BuildVars.java | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 6d36c4d35..767137f07 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -23,7 +23,7 @@ jobs: - name: Save artifact uses: actions/upload-artifact@master with: - name: PTelegram-v3_0_10a.apk + name: PTelegram-v3_0_11a.apk path: TMessagesProj/build/outputs/apk/afat/alpha/app.apk - name: Create cleanup request run: touch delete_request diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index d13394fb5..0475f6e9c 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -13,8 +13,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - tag_name: 3.0.10b - release_name: 3.0.10b + tag_name: 3.0.11b + release_name: 3.0.11b body: | Bug fixes. draft: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 711a6a2d2..a7ef9e39f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,8 +13,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - tag_name: 3.0.10 - release_name: 3.0.10 + tag_name: 3.0.11 + release_name: 3.0.11 body: | Bug fixes. draft: false diff --git a/TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java b/TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java index d4d794570..e081f455d 100644 --- a/TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java +++ b/TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java @@ -35,7 +35,7 @@ public class BuildVars { public static String HUAWEI_APP_ID = "101184875"; - public static String PARTISAN_VERSION_STRING = "3.0.10"; + public static String PARTISAN_VERSION_STRING = "3.0.11"; // You can use this flag to disable Google Play Billing (If you're making fork and want it to be in Google Play) public static boolean IS_BILLING_UNAVAILABLE = false;