From 4a08c2cbf7a91372f3c50031b8b1237ef57aebc1 Mon Sep 17 00:00:00 2001 From: micah Date: Sat, 2 Nov 2019 15:12:42 -0400 Subject: [PATCH] 0.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2f3cc8..c70b171 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rage-rpc", - "version": "0.3.1", + "version": "0.3.2", "description": "An asynchronous RPC implementation for RAGE Multiplayer", "main": "dist/rage-rpc.min.js", "types": "dist/rage-rpc.d.ts",