From 5777c9f329f3b73a82c4a6cfacb04b34bd089531 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 18 Dec 2020 15:11:27 +0100 Subject: [PATCH] v0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38c82a6..60a5805 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-wowemu-auth", - "version": "0.1.0", + "version": "0.1.1", "description": "SRP implementation for WoW Server authentication in Typescript", "main": "dist/index.js", "types": "dist/index.d.ts",