Skip to content

Commit

Permalink
chore: release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Sep 11, 2022
1 parent 4fa6eb7 commit 8135edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,10 @@ Use real world physics to build gestures, animations, games or anything else you
### React Native

```sh
yarn add react-native-...
yarn add react-native-box2d
cd ios && pod install
```

### Expo

```sh
expo install react-native-...
expo prebuild
```

## Usage

TODO: Add usage example
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-box2d",
"version": "0.2.0",
"version": "0.2.1",
"description": "A react-native JSI library for box2d (fast)",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 8135edc

Please sign in to comment.