Skip to content

Commit

Permalink
Update .jar version
Browse files Browse the repository at this point in the history
  • Loading branch information
JLDLaughlin committed Feb 4, 2020
1 parent a7771f6 commit 885910f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM metabase/metabase:latest
ADD https://github.com/MaterializeInc/metabase-materialize-driver/releases/download/0.0.1/materialize-driver-0.0.1-SNAPSHOT-standalone.jar /plugins/
RUN chmod 744 /plugins/materialize-driver-0.0.1-SNAPSHOT-standalone.jar
ADD https://github.com/MaterializeInc/metabase-materialize-driver/releases/download/0.0.1/materialize-driver-0.0.3-SNAPSHOT-standalone.jar /plugins/
RUN chmod 744 /plugins/materialize-driver-0.0.3-SNAPSHOT-standalone.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/materialize-driver "0.0.1-SNAPSHOT"
(defproject metabase/materialize-driver "0.0.3-SNAPSHOT"
:description "Metabase Materialized Driver"

:dependencies
Expand Down
2 changes: 1 addition & 1 deletion resources/metabase-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
info:
name: Metabase Materialize Driver
# Include JDBC driver version too?
version: 0.0.1-SNAPSHOT
version: 0.0.3-SNAPSHOT
description: Allows Metabase to connect to Materialize.
driver:
# Name of the driver; corresponds to the keyword (e.g. :sqlite) used
Expand Down

0 comments on commit 885910f

Please sign in to comment.