Skip to content

Commit

Permalink
Adjust Version
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskniep committed Nov 11, 2021
1 parent 9d5f48e commit 1714b3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- GF_SECURITY_ADMIN_PASSWORD=admin
- GF_ALLOW_LOADING_UNSIGNED_PLUGINS=kniepdennis-neo4j-datasource
- GF_FEATURE_TOGGLES_ENABLE=ngalert
- GF_INSTALL_PLUGINS=https://github.com/denniskniep/grafana-datasource-plugin-neo4j/releases/download/v1.0.0/kniepdennis-neo4j-datasource-1.0.0.zip;kniepdennis-neo4j-datasource
- GF_INSTALL_PLUGINS=https://github.com/denniskniep/grafana-datasource-plugin-neo4j/releases/download/v1.0.1/kniepdennis-neo4j-datasource-1.0.1.zip;kniepdennis-neo4j-datasource
volumes:
- ./grafana/provisioning/:/etc/grafana/provisioning/
ports:
Expand Down
5 changes: 4 additions & 1 deletion neo4j-datasource-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.0.0

## 1.0.1
Change Organisation name

## 1.0.0
Initial release.
2 changes: 1 addition & 1 deletion neo4j-datasource-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kniepdennis-neo4j-datasource",
"version": "1.0.0",
"version": "1.0.1",
"description": "Neo4J Datasource",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down

0 comments on commit 1714b3a

Please sign in to comment.