Skip to content

Commit 127414b

Browse files
committed
change version number, require Grafana 11.3
1 parent a5fd763 commit 127414b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ID = timeplus-proton-datasource
2-
Version = 2.1.0-beta.2
2+
Version = 2.1.0
33

44
init:
55
npm install

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeplus-proton-datasource",
3-
"version": "2.1.0-beta.2",
3+
"version": "2.1.0",
44
"description": "Grafana data source plugin to connect to Timeplus and visualize streaming or batch queries.",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

src/plugin.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
{ "name": "Query Editor", "path": "img/query.png" },
2525
{ "name": "Dashboard", "path": "img/dashboard.png" }
2626
],
27-
"version": "2.1.0-beta.2",
28-
"updated": "2025-01-09"
27+
"version": "2.1.0",
28+
"updated": "2025-01-13"
2929
},
3030
"dependencies": {
31-
"grafanaDependency": ">=10.4.0",
31+
"grafanaDependency": ">=11.3.0",
3232
"plugins": []
3333
}
3434
}

0 commit comments

Comments
 (0)