From ffdbb594a437af57b448365cf3e6da2e9c35e337 Mon Sep 17 00:00:00 2001 From: amper43 Date: Tue, 4 Jun 2019 20:34:02 +0300 Subject: [PATCH] bump supported version --- src/utlis.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utlis.ts b/src/utlis.ts index f2190c8..6a3f585 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.4-beta'; +export const SUPPORTED_SERVER_VERSION = '0.3.5-beta'; export function normalizeUrl(inputUrl: string) { if(!inputUrl) {