Commit e2be8dda by Oleksandr Barabash

bumped app version to 1.1.193 and manifest to 1.16

parent f7dc676e
...@@ -14,7 +14,7 @@ CARDS_PATH = os.path.join(ASSETS_PATH, "cards") ...@@ -14,7 +14,7 @@ CARDS_PATH = os.path.join(ASSETS_PATH, "cards")
STRINGS_PATH = os.path.join(ASSETS_PATH, "strings") STRINGS_PATH = os.path.join(ASSETS_PATH, "strings")
APP_VERSION = "1.1.192" APP_VERSION = "1.1.193"
class Auth: class Auth:
......
...@@ -11,7 +11,7 @@ from utils.json_func import json_loads ...@@ -11,7 +11,7 @@ from utils.json_func import json_loads
manifest = { manifest = {
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.14/MicrosoftTeams.schema.json", "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.14/MicrosoftTeams.schema.json",
# "version": "1.0.0", # "version": "1.0.0",
"manifestVersion": "1.14", "manifestVersion": "1.16",
# "id": "THIS IS AN APP SERVICE ID", # "id": "THIS IS AN APP SERVICE ID",
# "packageName": "net.azurewebsites.bot-name", # "packageName": "net.azurewebsites.bot-name",
# "name": { # "name": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment