Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed May 12, 2022
1 parent 09f61e4 commit 5b25dc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-simracing-telemetry",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"description": "Plugin for fetching telemetry data from simracing titles",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand All @@ -10,7 +10,7 @@
"sign": "grafana-toolkit plugin:sign",
"start": "yarn watch"
},
"author": "Grafana",
"author": "Alexander Zobnin",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "8.0.3",
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"info": {
"description": "Plugin for visualizing telemetry data from simracing titles.",
"author": {
"name": "Grafana",
"url": "https://grafana.com"
"name": "Alexander Zobnin",
"url": "https://github.com/alexanderzobnin"
},
"keywords": ["simracing", "dirt rally", "iRacing", "forza horizon", "assetto corsa"],
"logos": {
Expand Down

0 comments on commit 5b25dc9

Please sign in to comment.