Skip to content

Commit abfa1d1

Browse files
committed
change version
1 parent e925e12 commit abfa1d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cumulocity.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export default {
88
version,
99
name,
1010
license,
11+
key: 'c8y-pkg-alarm-widget-key',
12+
contextPath: 'c8y-pkg-alrm-button-widget',
1113
contentSecurityPolicy:
1214
"base-uri 'none'; default-src 'self' 'unsafe-inline' http: https: ws: wss:; connect-src 'self' http: https: ws: wss:; script-src 'self' *.bugherd.com *.twitter.com *.twimg.com *.aptrinsic.com 'unsafe-inline' 'unsafe-eval' data:; style-src * 'unsafe-inline' blob:; img-src * data: blob:; font-src * data:; frame-src *; worker-src 'self' blob:;",
1315
dynamicOptionsUrl: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raise-alarm",
3-
"version": "1.2.0",
3+
"version": "1.1.0",
44
"description": "This widget allows to raise an alarm manually. The configuration allows to define: severity, alarm reason, and update behaviour.",
55
"author": "Christof Strack",
66
"license": "ISC",

0 commit comments

Comments
 (0)