Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dacort committed May 11, 2019
1 parent 0c77c4e commit a9cb9a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metabase/athena-driver "0.0.2-athena-jdbc-2.0.7"
(defproject metabase/athena-driver "0.0.3-athena-jdbc-2.0.7"
:min-lein-version "2.5.0"

:dependencies
Expand All @@ -13,8 +13,7 @@
{:provided
{:dependencies
[[org.clojure/clojure "1.10.0"]
[metabase-core "1.0.0-SNAPSHOT"]]
}
[metabase-core "1.0.0-SNAPSHOT"]]}

:uberjar
{:auto-clean true
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 @@
# Complete list of options here: https://github.com/metabase/metabase/wiki/Metabase-Plugin-Manifest-Reference
info:
name: Metabase Athena Driver
version: 0.0.2-athena-jdbc-2.0.7
version: 0.0.3-athena-jdbc-2.0.7
description: Allows Metabase to connect to AWS Athena databases. Community Supported driver.
driver:
name: athena
Expand Down

0 comments on commit a9cb9a2

Please sign in to comment.