From 00ef55e1aa5c593c4193b15be1f7cd8516e2271d Mon Sep 17 00:00:00 2001 From: Konstantin Burkalev Date: Mon, 16 Aug 2021 23:47:36 +0300 Subject: [PATCH] Version fix --- package.json | 2 +- src/wampy.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7fc0090..b3f72d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wampy", - "version": "6.4.1", + "version": "6.4.0", "description": "Simple WAMP (WebSocket Application Messaging Protocol) Javascript implementation", "author": "Konstantin Burkalev (http://ksdaemon.ru)", "devDependencies": { diff --git a/src/wampy.js b/src/wampy.js index 67c071c..38b2a1a 100644 --- a/src/wampy.js +++ b/src/wampy.js @@ -35,7 +35,7 @@ class Wampy { * @type {string} * @private */ - this.version = 'v6.4.1'; + this.version = 'v6.4.0'; /** * WS Url