chore: bump FurryChat version to 0.1.2
This commit is contained in:
parent
36891a196b
commit
51ca269043
|
@ -918,6 +918,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"mention": "Упомянуть",
|
||||
"@mention" : {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"messageWillBeRemovedWarning": "Сообщение будет удалено для всех участников",
|
||||
"@messageWillBeRemovedWarning": {
|
||||
"type": "text",
|
||||
|
@ -1015,6 +1020,21 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"online": "В сети",
|
||||
"@online": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"offline": "Не в сети",
|
||||
"@offline": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"unavailable": "Недоступен",
|
||||
"@unavailable": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"onlineKeyBackupDisabled": "Резервное копирование ключей на сервере отключено",
|
||||
"@onlineKeyBackupDisabled": {
|
||||
"type": "text",
|
||||
|
|
|
@ -11,7 +11,7 @@ description: Chat with your friends.
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
|
||||
environment:
|
||||
sdk: ">=2.6.0 <3.0.0"
|
||||
|
|
Loading…
Reference in a new issue