v1.0; mobile debug

This commit is contained in:
2020-10-30 22:50:23 +03:00
parent ebb2e1f65d
commit 1700e66a10
+1 -1
View File
@@ -56,6 +56,6 @@ const TranslateExitStatus: { [id: string]: string } = {
} }
export const getVersion = () => get<VersionResponse>('version'); export const getVersion = () => get<VersionResponse>('version');
export const version = '0.10b'; export const version = '1.0';
export { get, post, put, del, TranslateStatus, TranslatePlatform, TranslateExitStatus }; export { get, post, put, del, TranslateStatus, TranslatePlatform, TranslateExitStatus };