Skip to content

Commit

Permalink
Added new auth method
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdejong committed May 19, 2022
2 parents c3bf749 + 3529119 commit 16cab52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ RUN chown -R nginx:nginx /usr/share/nginx/html/
USER nginx
EXPOSE 5005
HEALTHCHECK cmd curl --fail http://localhost:5005 || exit 1
LABEL version="2.1.0"
LABEL version="2.1.1"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neodash",
"version": "2.1.0",
"version": "2.1.1",
"description": "NeoDash - Neo4j Dashboard Builder",
"neo4jDesktop": {
"apiVersion": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/modal/AboutModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import BugReportIcon from '@material-ui/icons/BugReport';
export const NeoAboutModal = ({ open, handleClose, getDebugState }) => {
const app = "NeoDash - Neo4j Dashboard Builder";
const email = "[email protected]";
const version = "2.1.0";
const version = "2.1.1";

const downloadDebugFile = () => {
const element = document.createElement("a");
Expand Down

0 comments on commit 16cab52

Please sign in to comment.