From 1ea2244be7b389a30a476b7628999b48a076e336 Mon Sep 17 00:00:00 2001 From: Colby Gutierrez-Kraybill Date: Thu, 16 Aug 2018 08:59:08 -0400 Subject: [PATCH] 1.0.2 - fix comma syntax error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e287e1..b223e52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-sts-helper", - "version": "1.0.1", + "version": "1.0.2", "description": "Facilitates gathering temporary security tokens from the AWS STS (Security Token Service) and then using that token information for interacting with AWS APIs", "repository": { "type": "git",