Skip to content

Commit 2408f5e

Browse files
author
allan
committed
fix "id": "allannava-websocket-plugin"
1 parent 8c09053 commit 2408f5e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## 1.0.53
5+
6+
WebSocket Data Source Plugin Launch added connection string fix for release
7+
48
## 1.0.52
59

610
WebSocket Data Source Plugin Launch added connection string fix for release

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
44
"name": "WebSocket API",
5-
"id": "hwm-websocket-plugin",
5+
"id": "allannava-websocket-plugin",
66
"metrics": true,
77
"backend": true,
88
"streaming": true,
@@ -33,7 +33,7 @@
3333
{"name": "Websockets Payloads", "path": "img/assets/grafana-websockets-graphing.png"},
3434
{"name": "Streaming", "path": "img/assets/grafana-websockets-plugin-streaming.png"}
3535
],
36-
"version": "1.0.52",
36+
"version": "1.0.53",
3737
"updated": "%TODAY%"
3838
},
3939
"dependencies": {

0 commit comments

Comments
 (0)