Skip to content

Commit

Permalink
bump version of lovebox-client to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 committed Jan 2, 2024
1 parent 8974cda commit 51ad3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lovebox-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lovebox-client",
"version": "0.9.4",
"version": "1.0.0",
"description": "A lovebox client that allow you to send lovebox messages",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/lovebox-client/src/pkg.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const pkg = { name: 'lovebox-client', version: '0.9.4' };
export const pkg = { name: 'lovebox-client', version: '1.0.0' };

0 comments on commit 51ad3ce

Please sign in to comment.