v1.1.1; snowfall fix; other fixes

This commit is contained in:
2020-12-26 21:50:09 +03:00
parent dda2d5ecf7
commit ff23dcb5eb
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

+1 -1
View File
@@ -53,6 +53,6 @@ const TranslateExitStatus: { [id: string]: string } = {
}
export const getVersion = () => get<VersionResponse>('version');
export const version = '1.1';
export const version = '1.1.1';
export { get, post, put, del, TranslateStatus, TranslatePlatform, TranslateExitStatus };