Skip to content

Commit b218e0f

Browse files
committed
bumped version to 1.1.0
1 parent e85b33c commit b218e0f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: Makefile

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

44
init:
55
npm install

Diff for: package.json

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

Diff for: src/plugin.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
"large": "img/timeplus.svg"
2020
},
2121
"links": [],
22-
"screenshots": [{"name": "Query Editor","path": "img/query.png"},{"name": "Dashboard","path": "img/dashboard.png"}],
23-
"version": "1.0.3",
22+
"screenshots": [
23+
{ "name": "Query Editor", "path": "img/query.png" },
24+
{ "name": "Dashboard", "path": "img/dashboard.png" }
25+
],
26+
"version": "1.1.0",
2427
"updated": "2023-12-20"
2528
},
2629
"dependencies": {

0 commit comments

Comments
 (0)