Commits (3)
......@@ -3,7 +3,7 @@
'use strict';
const appName = 'csl-incoming-webhook';
const appVersion = '2.3.0';
const appVersion = '3.0.0';
const COSMOS_API_VERSION = 'v1';
......
{
"name": "csl-webhook",
"version": "2.3.0",
"version": "3.0.0",
"description": "ControlShiftLabs Webhook Event Handler",
"main": "index.js",
"engines": {
......