From fc857025ca95d0b36a87c207325a15afb29ea5ed Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Tue, 27 Mar 2018 14:35:10 -0700 Subject: [PATCH] bump version --- index.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 68fa46c..a697f31 100644 --- a/index.js +++ b/index.js @@ -17,6 +17,7 @@ if (!process.env.CLEAN_SESSIONS) { } // Handler for POST events from API gateway +// curl -v -F "script=@examples/visitgoogle.js" <> exports.postApiGatewayHandler = apiHandler; // Default function event handler diff --git a/package.json b/package.json index 35f253e..884b26f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lambdium", - "version": "0.1.2", + "version": "0.2.0", "description": "headless chromium in lambda prototype", "main": "index.js", "scripts": {