Skip to content

Commit bbb9373

Browse files
committed
Version 1.3.0 bump
1 parent 7a7a867 commit bbb9373

File tree

7 files changed

+15
-14
lines changed

7 files changed

+15
-14
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
identification within third-party archives.
188188

189189
Copyright 2020 Redis Labs
190+
Copyright 2021 Mikhail Volkov
190191

191192
Licensed under the Apache License, Version 2.0 (the "License");
192193
you may not use this file except in compliance with the License.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"author": "Redis Labs",
2+
"author": "RedisGrafana",
33
"description": "Redis Application for Grafana",
44
"devDependencies": {
55
"@grafana/data": "7.5.4",
@@ -33,5 +33,5 @@
3333
"upgrade": "yarn upgrade --latest",
3434
"watch": "grafana-toolkit plugin:dev --watch"
3535
},
36-
"version": "1.2.0"
36+
"version": "1.3.0"
3737
}

src/plugin.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
],
5858
"info": {
5959
"author": {
60-
"name": "Redis Labs",
61-
"url": "https://oss.redislabs.com"
60+
"name": "RedisGrafana",
61+
"url": "https://redisgrafana.github.io"
6262
},
63-
"description": "Redis Application",
63+
"description": "Provides Application pages and custom panels for Redis Data Source.",
6464
"keywords": ["redis", "timeseries", "plugin"],
6565
"links": [
6666
{
6767
"name": "Website",
68-
"url": "https://github.com/RedisGrafana/grafana-redis-app"
68+
"url": "https://redisgrafana.github.io"
6969
},
7070
{
7171
"name": "License",

src/redis-cli-panel/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"id": "redis-cli-panel",
33
"info": {
44
"author": {
5-
"name": "Redis Labs",
6-
"url": "https://oss.redislabs.com"
5+
"name": "RedisGrafana",
6+
"url": "https://redisgrafana.github.io"
77
},
88
"description": "Redis CLI panel",
99
"logos": {

src/redis-gears-panel/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"id": "redis-gears-panel",
33
"info": {
44
"author": {
5-
"name": "Redis Labs",
6-
"url": "https://oss.redislabs.com"
5+
"name": "RedisGrafana",
6+
"url": "https://redisgrafana.github.io"
77
},
88
"description": "RedisGears panel",
99
"logos": {

src/redis-keys-panel/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"id": "redis-keys-panel",
33
"info": {
44
"author": {
5-
"name": "Redis Labs",
6-
"url": "https://oss.redislabs.com"
5+
"name": "RedisGrafana",
6+
"url": "https://redisgrafana.github.io"
77
},
88
"description": "Redis Max Memory Keys panel",
99
"logos": {

src/redis-latency-panel/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"id": "redis-latency-panel",
33
"info": {
44
"author": {
5-
"name": "Redis Labs",
6-
"url": "https://oss.redislabs.com"
5+
"name": "RedisGrafana",
6+
"url": "https://redisgrafana.github.io"
77
},
88
"description": "Redis Latency panel",
99
"logos": {

0 commit comments

Comments
 (0)