Skip to content

Commit

Permalink
Version UP⇡
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Jan 28, 2024
1 parent 445154e commit aa78467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://ksdaemon.com)",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/wampy.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Wampy {
* @type {string}
* @private
*/
this.version = 'v7.1.0';
this.version = 'v7.1.1';

/**
* WS Url
Expand Down

0 comments on commit aa78467

Please sign in to comment.