Browse Source

bump supported version

master
amper43 5 years ago
parent
commit
ffdbb594a4
  1. 2
      src/utlis.ts

2
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) {

Loading…
Cancel
Save