Skip to content

Commit

Permalink
bump version of lovebox-client to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 committed Jan 3, 2024
1 parent 8e99dff commit b70dbe2
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": "1.0.1",
"version": "1.0.2",
"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: '1.0.1' };
export const pkg = { name: 'lovebox-client', version: '1.0.2' };

0 comments on commit b70dbe2

Please sign in to comment.