From 61960186d85095987188911291d72de351c3c86e Mon Sep 17 00:00:00 2001 From: almic Date: Sun, 20 Jan 2019 16:38:23 -0700 Subject: [PATCH] Release version 0.2.0 breaking changes, so that's why it's not 0.1.6 instead --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a5933e..8aeed78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "steam-js-api", - "version": "0.1.5", + "version": "0.2.0", "description": "Simple Javascript API wrapper for Steam Web API and CSGO.", "main": "app.js", "scripts": {