Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenzikry committed Aug 26, 2020
1 parent 13e0958 commit 312c049
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
@@ -1,5 +1,5 @@
FROM metabase/metabase:v0.36.2

ADD --chown=2000:2000 \
https://github.com/bbenzikry/metabase-neo4j-driver/releases/download/v0.0.1/neo4j.metabase-driver.jar \
https://github.com/bbenzikry/metabase-neo4j-driver/releases/download/v0.0.2/neo4j.metabase-driver.jar \
/plugins/neo4j.neo4j-driver.jar
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metabase/neo4j-driver "0.0.1-SNAPSHOT-neo4j-connector-1.0.0"
(defproject metabase/neo4j-driver "0.0.2-SNAPSHOT-neo4j-connector-1.0.0"
:min-lein-version "2.5.0"

; :repositories [["bintray" "https://dl.bintray.com/meetr/thirdparty"]]
Expand Down
2 changes: 1 addition & 1 deletion resources/metabase-plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# see: https://github.com/metabase/metabase/wiki/Metabase-Plugin-Manifest-Reference
info:
name: Metabase Neo4j Driver
version: 0.0.1-SNAPSHOT
version: 0.0.2-SNAPSHOT
description: Allows Metabase to connect to Neo4j.
driver:
name: neo4j
Expand Down

0 comments on commit 312c049

Please sign in to comment.