Skip to content

Commit

Permalink
bump version of crowdsec-client to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 committed Feb 24, 2024
1 parent 935a401 commit 54c5d07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/crowdsec-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crowdsec-client",
"version": "0.1.6",
"version": "0.1.7",
"description": "A Crowdsec client that allow you to easily create bouncer or watcher",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/crowdsec-client/src/pkg.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const pkg = { name: 'crowdsec-client', version: '0.1.6' };
export const pkg = { name: 'crowdsec-client', version: '0.1.7' };

0 comments on commit 54c5d07

Please sign in to comment.