Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Jun 29, 2023
1 parent cdcffaa commit 90803b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add to your `packages.yml` according to your dbt version:
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.8.1
version: 0.8.2
## Docs: https://docs.elementary-data.com
```

Expand All @@ -34,7 +34,7 @@ packages:
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.8.1
version: 0.8.2
## Docs: https://docs.elementary-data.com

## !! Important !! For dbt >=1.2.0 \<1.3.0 ##
Expand All @@ -48,7 +48,7 @@ packages:
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.8.1
version: 0.8.2
## Docs: https://docs.elementary-data.com

## !! Important !! For dbt <1.2.0 ##
Expand Down
4 changes: 2 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "elementary"
version: "0.8.1"
version: "0.8.2"

require-dbt-version: [ ">=1.0.0", "<2.0.0" ]
require-dbt-version: [">=1.0.0", "<2.0.0"]

config-version: 2
profile: "elementary"
Expand Down

0 comments on commit 90803b0

Please sign in to comment.