chore: bump FurryChat version to 0.1.2

This commit is contained in:
Inex Code 2020-10-29 10:52:07 +00:00
parent 36891a196b
commit 51ca269043
2 changed files with 21 additions and 1 deletions

View File

@ -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",

View File

@ -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"