Skip to content

Commit

Permalink
bump version of lovebox-client to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 committed Jan 2, 2024
1 parent 2742296 commit c81b56b
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.1",
"version": "0.9.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: '0.9.1' };
export const pkg = { name: 'lovebox-client', version: '0.9.2' };

0 comments on commit c81b56b

Please sign in to comment.