diff --git a/microgear.js b/microgear.js index b62727c..c7d363d 100644 --- a/microgear.js +++ b/microgear.js @@ -21,7 +21,7 @@ * Microgear-HTML5 communicates over TLS by default * If you want to disable TLS, set USETLS to false */ -const VERSION = '1.1.0'; +const VERSION = '1.1.1'; const GEARAPIADDRESS = 'ga.netpie.io'; const GEARAPIPORT = '8080'; const GEARAPISECUREPORT = '8081';