Skip to content

Commit

Permalink
Update version to 2.0.0-rc.7 in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
corasan committed Apr 22, 2024
1 parent aeea2b0 commit bc0f95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@corasan/modal-sheet",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"description": "Modal sheet component for React Native. Inspired by the native modal sheet in iOS.",
"main": "build/index.ts",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"open:ios": "open -a \"Xcode\" example/ios",
Expand Down

0 comments on commit bc0f95f

Please sign in to comment.