seconnd beta (#511)

This commit is contained in:
mattieserver
2024-06-21 19:21:20 +02:00
committed by GitHub
parent 0b7046b10d
commit ed8a717bc5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class TopologyViewsConfig(PluginConfig):
name = "netbox_topology_views"
verbose_name = "Topology views"
description = "An plugin to render topology maps"
version = "4.0.0-beta.1"
version = "4.0.0-beta.2"
author = "Mattijs Vanhaverbeke"
author_email = "author@example.com"
base_url = "netbox_topology_views"
@@ -1,7 +1,7 @@
{
"private": true,
"name": "netbox_topology_views",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"scripts": {
"bundle": "node bundle.js",
"bundle:styles": "node bundle.js --styles",