Skip to content

Commit

Permalink
bump, add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Jul 5, 2017
1 parent 4098bbb commit 2905ccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Method | Description
`TNSRecorder.CAN_RECORD()`: `boolean` | Determine if ready to record.
`start(options: AudioRecorderOptions)`: `Promise` | Start recording file.
`stop()`: `void` | Stop recording.
`pause()`: `Promise<any>` | Pause recording
`resume()`: `Promise<any>` | Resume recording.
`dispose()`: `void` | Free up system resources when done with recorder.

#### TNSPlayer
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": "nativescript-audio",
"version": "3.4.3",
"version": "3.5.0",
"description": "NativeScript plugin to record and play audio.",
"main": "audio",
"typings": "index.d.ts",
Expand Down

0 comments on commit 2905ccd

Please sign in to comment.