Skip to content

Commit

Permalink
[BUMP] version (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Nov 2, 2023
1 parent fa8ef46 commit b814896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nats.ws",
"version": "1.19.1-1",
"version": "1.19.1",
"description": "WebSocket NATS client",
"main": "./cjs/nats.js",
"module": "./esm/nats.js",
Expand Down
2 changes: 1 addition & 1 deletion src/ws_transport.ts
Expand Up @@ -32,7 +32,7 @@ import {
render,
} from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.18.0/nats-base-client/internal_mod.ts";

const VERSION = "1.19.1-1";
const VERSION = "1.19.1";
const LANG = "nats.ws";

export type WsSocketFactory = (u: string, opts: ConnectionOptions) => Promise<{
Expand Down

0 comments on commit b814896

Please sign in to comment.