Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Cosmos
CSL Incoming Webhook
Compare Revisions
aaca1c50ff3a2730ea4c1ce29fb98faa52949457...564ca37bb1a2fc4013abfb56933bc8bfab8c35c5
Commits (3)
Release v3.0.0
· 609b2812
Ray Walker
authored
Jan 21, 2021
609b2812
Merge branch 'release/v3.0.0'
· 387e4f98
Ray Walker
authored
Jan 21, 2021
387e4f98
Merge tag 'v3.0.0' into develop
· 564ca37b
Ray Walker
authored
Jan 21, 2021
Release v3.0.0 v3.0.0
564ca37b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/index.js
src/index.js
+1
-1
src/package.json
src/package.json
+1
-1
No files found.
src/index.js
View file @
564ca37b
...
...
@@ -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
'
;
...
...
src/package.json
View file @
564ca37b
{
"name"
:
"csl-webhook"
,
"version"
:
"
2.3
.0"
,
"version"
:
"
3.0
.0"
,
"description"
:
"ControlShiftLabs Webhook Event Handler"
,
"main"
:
"index.js"
,
"engines"
:
{
...
...