Skip to content

Commit

Permalink
bump version (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-t-wang authored Oct 31, 2024
1 parent d04da6f commit 0da07a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/react": "1.1.0",
"packages/core": "1.1.0",
".": "1.1.0"
"packages/react": "1.1.1",
"packages/core": "1.1.1",
".": "1.1.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"name": "minikit-monorepo",
"scripts": {
"dev": "turbo run dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worldcoin/minikit-js",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://docs.worldcoin.org/mini-apps",
"description": "Minikit-js is our SDK for building mini-apps.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worldcoin/minikit-react",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://docs.worldcoin.org/mini-apps",
"description": "Minikit-react is a set of hooks for building mini-apps",
"license": "MIT",
Expand Down

0 comments on commit 0da07a7

Please sign in to comment.