Skip to content

Commit 0aa4820

Browse files
authored
Fix plugin version (#20)
1 parent d7810cf commit 0aa4820

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

dist/MANIFEST.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Hash: SHA512
88
"signedByOrg": "parseable",
99
"signedByOrgName": "parseable",
1010
"plugin": "parseable-parseable-datasource",
11-
"version": "1.0.0",
12-
"time": 1676794619143,
11+
"version": "1.0.1",
12+
"time": 1676795774761,
1313
"keyId": "7e4d0c6a708866e7",
1414
"files": {
1515
"LICENSE": "20b067f86de375aae6db0f283ab2e65de24d537733b89bd58432c101259d84cf",
1616
"CHANGELOG.md": "ba613d6f914b27dce9ace4d8c0cb074273c9eb6c536d8e7ac24c5ce6ae941fd0",
1717
"module.js.map": "528461b3e766c887e2a6800c1276bee7801224beb1feb497f323913b0a32163f",
18-
"plugin.json": "105815c3f4a0698f5c23724aacb9e372aec16362e75f0f8b8ac14893b1492eed",
18+
"plugin.json": "1681a350bc187063a1feb5e46d394dbcef6094de975855b05e703bb616626f7f",
1919
"README.md": "84d21067fd37e309ec194beb136f24ea3f1e682076f489d2b06c8b621f50c75b",
2020
"img/configuration.png": "c545a51bcc88809b2b4f87aac517a7d27ad61281344b0485c9826370b915b4d8",
2121
"img/log-view-text.png": "8c6555af9c391cb1a8368c79b9bcc7386887beeea061e3483b0e020feec9d73d",
@@ -31,17 +31,17 @@ Hash: SHA512
3131
"stories/assets/flow.svg": "275142c67bb630246cbdfb0fc3493f17dd695544777ec8da852dbbe94976d323",
3232
"stories/assets/repo.svg": "fb4ece472009833a03b9f1fbc775f13a010d9432cae3844e8b05710ba028100d",
3333
"module.js": "7fc14ff69e541ecc8b27ed7c6e118839c109639672dde85effbcac87372e5de7",
34-
"dashboards/log-view.json": "b708febe7c3a1214237ad409db877f13d6682d66b7b60c0f435883b115a90b64"
34+
"dashboards/log-view.json": "deeab8f4ba885bcdc86defd1c74a2b2e84e0dd94e25187894b612c215c191131"
3535
}
3636
}
3737
-----BEGIN PGP SIGNATURE-----
3838
Version: OpenPGP.js v4.10.10
3939
Comment: https://openpgpjs.org
4040

41-
wrcEARMKAAYFAmPx2vsAIQkQfk0ManCIZucWIQTzOyW2kQdOhGNlcPN+TQxq
42-
cIhm55dEAgdRP1E5DvHwcIZ1+oW7xU5Uvbsobc6UL9WhL9Swc1Jx3iI1QN2g
43-
pE72rWc9l1GPxxxvahyBI++DipTuhwuwaO6R1QII5Z6lFa+7hNaQEGDJeDkv
44-
JqkZxzD1fAOD+/kJBGqsyj9a6uduzxHPB3Iu9lzWvsUgzlk/hGENdGr4UEDU
45-
VLaWHUI=
46-
=5hln
41+
wrkEARMKAAYFAmPx338AIQkQfk0ManCIZucWIQTzOyW2kQdOhGNlcPN+TQxq
42+
cIhm5xrtAgkBDxrWMnsaOg7ijRRG1VP0/5zz5LLFQWtnfSDV70+W7dCdLMHn
43+
gh3N/52EyKosrcA3qEAq+iq1bG9HiopFyxg5RAoCCQEK5hkzrjbTpXj2pIFH
44+
K1Y81K6J4qPYq1y6eJLixrtg0nlhSTvpoIvmKSVrizNihqHewKbKRNeGbpYc
45+
XNGJ3+OAEg==
46+
=UtN8
4747
-----END PGP SIGNATURE-----

dist/dashboards/log-view.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type": "datasource",
3434
"id": "parseable-datasource",
3535
"name": "Parseable",
36-
"version": "1.0.0"
36+
"version": "1.0.1"
3737
},
3838
{
3939
"type": "panel",

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{"name": "Log Explorer", "path": "img/log-view-text.png"},
2424
{"name": "Log Dashboard", "path": "img/log-visualisation.png"}
2525
],
26-
"version": "1.0.0",
26+
"version": "1.0.1",
2727
"updated": "2023-02-19"
2828
},
2929
"routes": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parseable",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Parseable is a logging platform that helps you collect, parse, and analyze your logs. This plugin allows you to visualize your Parseable logs in Grafana.",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
12 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25a219f846f1026a62caca60f8df840b29f2b0ba
1+
5365d54cb521cfa26cdeba917ae472137d307e82

src/dashboards/log-view.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type": "datasource",
3434
"id": "parseable-datasource",
3535
"name": "Parseable",
36-
"version": "1.0.0"
36+
"version": "1.0.1"
3737
},
3838
{
3939
"type": "panel",

0 commit comments

Comments
 (0)