Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smithclay committed Mar 27, 2018
1 parent b7bd617 commit fc85702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if (!process.env.CLEAN_SESSIONS) {
}

// Handler for POST events from API gateway
// curl -v -F "script=@examples/visitgoogle.js" <<API Gateway URL>>
exports.postApiGatewayHandler = apiHandler;

// Default function event handler
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambdium",
"version": "0.1.2",
"version": "0.2.0",
"description": "headless chromium in lambda prototype",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fc85702

Please sign in to comment.