diff --git a/README.md b/README.md index f824eeda3..6c865cc70 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add to your `packages.yml` according to your dbt version: ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.8.3 + version: 0.8.4 ## Docs: https://docs.elementary-data.com ``` @@ -33,7 +33,7 @@ packages: ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.8.3 + version: 0.8.4 ## Docs: https://docs.elementary-data.com ## !! Important !! For dbt >=1.2.0 \<1.3.0 ## @@ -47,7 +47,7 @@ packages: ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.8.3 + version: 0.8.4 ## Docs: https://docs.elementary-data.com ## !! Important !! For dbt <1.2.0 ## diff --git a/dbt_project.yml b/dbt_project.yml index 15c6a2fc9..4a15e7ffc 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: "elementary" -version: "0.8.3" +version: "0.8.4" require-dbt-version: [">=1.0.0", "<2.0.0"]