Skip to content

Commit

Permalink
bump version of crowdsec-client to v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 committed Jun 8, 2023
1 parent 1187526 commit b931ec5
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.0.13",
"version": "0.0.14",
"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.0.13' };
export const pkg = { name: 'crowdsec-client', version: '0.0.14' };

0 comments on commit b931ec5

Please sign in to comment.