mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-31 05:04:47 +00:00
Update to 4.1.1
This commit is contained in:
parent
793cefafeb
commit
a7d40257ca
2 changed files with 3 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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: 4.1.0
|
||||
release_name: 4.1.0
|
||||
tag_name: 4.1.1
|
||||
release_name: 4.1.1
|
||||
body: |
|
||||
Bug fixes.
|
||||
draft: false
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
package org.telegram.messenger.partisan;
|
||||
|
||||
public class PartisanVersion {
|
||||
public static final String PARTISAN_VERSION_STRING = "4.1.0";
|
||||
public static final String PARTISAN_VERSION_STRING = "4.1.1";
|
||||
public static int PARTISAN_BUILD_VERSION = 1547;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue