From e4542eebc63443dd9a8bd6bd2ce0706f29826744 Mon Sep 17 00:00:00 2001 From: rozetko Date: Thu, 4 Jul 2019 12:35:02 +0300 Subject: [PATCH] Bump SUPPORTED_SERVER_VERSION to 0.3.6 --- src/utlis.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utlis.ts b/src/utlis.ts index 6a3f585..7e7c41a 100644 --- a/src/utlis.ts +++ b/src/utlis.ts @@ -1,7 +1,7 @@ import url from 'url-parse'; import * as _ from 'lodash'; -export const SUPPORTED_SERVER_VERSION = '0.3.5-beta'; +export const SUPPORTED_SERVER_VERSION = '0.3.6-beta'; export function normalizeUrl(inputUrl: string) { if(!inputUrl) {