From aa784671da547fa5368cf2d1608141c3e013e114 Mon Sep 17 00:00:00 2001 From: Konstantin Burkalev Date: Sun, 28 Jan 2024 13:35:21 +0200 Subject: [PATCH] =?UTF-8?q?Version=20UP=E2=87=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/wampy.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ec7888d..f21d1af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wampy", - "version": "7.1.0", + "version": "7.1.1", "description": "Simple WAMP (WebSocket Application Messaging Protocol) Javascript implementation", "author": "Konstantin Burkalev (https://ksdaemon.com)", "devDependencies": { diff --git a/src/wampy.js b/src/wampy.js index 281d3f2..bc99853 100644 --- a/src/wampy.js +++ b/src/wampy.js @@ -38,7 +38,7 @@ class Wampy { * @type {string} * @private */ - this.version = 'v7.1.0'; + this.version = 'v7.1.1'; /** * WS Url