Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
depyronick committed Apr 19, 2023
1 parent 477733f commit aa9b197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@depyronick/nestjs-clickhouse",
"version": "2.0.1",
"version": "2.0.2",
"description": "ClickHouse Client Module for NestJS",
"main": "index.js",
"repository": "https://github.com/depyronick/nestjs-clickhouse",
Expand All @@ -22,6 +22,6 @@
"@nestjs/common": ">=8.4.0"
},
"dependencies": {
"@depyronick/clickhouse-client": "^2.0.1"
"@depyronick/clickhouse-client": "^2.0.2"
}
}

0 comments on commit aa9b197

Please sign in to comment.