From 339c9926e225d9c9e76084e38d4247aea73473a8 Mon Sep 17 00:00:00 2001 From: Micah Allen Date: Fri, 2 Nov 2018 01:30:14 -0400 Subject: [PATCH] Change version to 0.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eab491d..fad4c7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rage-rpc", - "version": "0.0.1", + "version": "0.0.2", "description": "An asynchronous RPC implementation for RAGE Multiplayer", "main": "dist/rage-rpc.min.js", "scripts": {