Skip to content

Commit

Permalink
bump version of lovebox-client to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 committed May 20, 2024
1 parent 78158a9 commit 52c4b9a
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.1.1",
"version": "1.1.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.1.1' };
export const pkg = { name: 'lovebox-client', version: '1.1.2' };

0 comments on commit 52c4b9a

Please sign in to comment.