Skip to content

Commit 373db42

Browse files
committed
bump version of crowdsec-client to v1.0.0
1 parent a69f117 commit 373db42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/crowdsec-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crowdsec-client",
3-
"version": "0.1.7",
3+
"version": "1.0.0",
44
"description": "A Crowdsec client that allow you to easily create bouncer or watcher",
55
"main": "./lib/index.cjs",
66
"module": "./lib/index.mjs",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const pkg = { name: 'crowdsec-client', version: '0.1.7' };
1+
export const pkg = { name: 'crowdsec-client', version: '1.0.0' };

0 commit comments

Comments
 (0)