Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Mar 18, 2024
1 parent 921d68c commit cd42931
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ logs/
.DS_Store
dbt-service-account.json
.vscode/settings.json
integration_tests/package-lock.yml
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_media_player'
version: '0.7.1'
version: '0.7.2'
config-version: 2

require-dbt-version: ['>=1.4.0', '<2.0.0']
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_media_player_integration_tests'
version: '0.7.1'
version: '0.7.2'
config-version: 2

profile: 'integration_tests'
Expand Down
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- package: snowplow/snowplow_utils
version: [">=0.15.0", "<0.17.0"]
version: [">=0.16.2", "<0.17.0"]

0 comments on commit cd42931

Please sign in to comment.