Skip to content

Commit

Permalink
Prepping v1.1.3
Browse files Browse the repository at this point in the history
Prepping v1.1.3
  • Loading branch information
sreemukha committed Sep 3, 2019
1 parent 588f114 commit 2f743a8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## GlobalNOC Networkmap Panel v1.1.3 - Tue Sep 3 2019

* Fixed the bug where map would not render completely in Grafana v6.3.X

## GlobalNOC Networkmap Panel v1.1.2 - Mon Apr 29 2019

* Fixed issue with `<color-picker>` in threshold legend mode
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = grnoc-grafana-worldview
VERSION = 1.1.2
VERSION = 1.1.3

rpm: dist
rpmbuild -ta dist/$(NAME)-$(VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion grnoc-grafana-worldview.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: grnoc-grafana-worldview
Version: 1.1.2
Version: 1.1.3
Release: 1%{?dist}
Summary: GRNOC Worldview Grafana Plugin
Group: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Network-Map" ,
"version": "1.1.2",
"version": "1.1.3",
"description": "GlobalNOC Networkmap Panel for Grafana",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
{"name": "Github", "url": "https://github.com/GlobalNOC/globalnoc-networkmap-panel"},
{"name": "Apache License", "url": "https://raw.githubusercontent.com/globalnoc/globalnoc-networkmap-panel/master/LICENSE"}
],
"version": "1.1.2",
"updated": "2019-04-29"
"version": "1.1.3",
"updated": "2019-09-03"
},

"dependencies": {
Expand Down

0 comments on commit 2f743a8

Please sign in to comment.