Skip to content

Commit

Permalink
Seed version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Sep 21, 2023
1 parent 5203157 commit e5bb78a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ React Native audio library with background capabilities on both iOS and Android.

Install from the command line:
```
$ npm install @lyl-radio/react-native-audio@0.8.1
$ npm install @lyl-radio/react-native-audio@0.8.2
```

Install via package.json:
```
"@lyl-radio/react-native-audio": "0.8.1"
"@lyl-radio/react-native-audio": "0.8.2"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ PODS:
- React-jsinspector (0.72.4)
- React-logger (0.72.4):
- glog
- react-native-audio (0.8.1):
- react-native-audio (0.8.2):
- React
- react-native-slider (4.4.3):
- React-Core
Expand Down Expand Up @@ -556,7 +556,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: bc8a9ad812a2c88b3a41c08b5f4b3ed32d6d4766
React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f
React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77
react-native-audio: 8cd89a5c57f51ddf5c96644bba5c9c86b7b0527d
react-native-audio: 1242d8d416cdee1b9935d22f10e677d6b3226a6e
react-native-slider: 1cdd6ba29675df21f30544253bf7351d3c2d68c4
react-native-spinkit: da294fd828216ad211fe36a5c14c1e09f09e62db
React-NativeModulesApple: 759309419da76ef4c9f331968b840022ee2aa5b1
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": "@lyl-radio/react-native-audio",
"version": "0.8.1",
"version": "0.8.2",
"description": "React Native audio library",
"homepage": "https://github.com/LYL-Radio/react-native-audio",
"main": "lib/index.js",
Expand Down

0 comments on commit e5bb78a

Please sign in to comment.