From c4ea8eeb411526f4fac8630557ca49f90a546d15 Mon Sep 17 00:00:00 2001 From: Alexander Corn Date: Wed, 2 Dec 2015 22:20:28 -0500 Subject: [PATCH] 3.12.1 I screwed up 3.12.0 and npm won't let me publish over it, so 3.12.0 just doesn't exist. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fe2183..0a185e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "steamcommunity", - "version": "3.11.1", + "version": "3.12.1", "description": "Provides an interface for logging into and interacting with the Steam Community website", "keywords": ["steam", "steam community"], "homepage": "https://github.com/DoctorMcKay/node-steamcommunity",