Skip to content

Commit f93738a

Browse files
committed
Prep readme for release of 1.0.0
1 parent d1c92f0 commit f93738a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# @mediagrid/capacitor-native-audio
22

3-
# 🚧🚧 THIS PACKAGE IS UNRELEASED 🚧🚧
4-
5-
We are currently working on testing this package and it will be released soon.
6-
73
## Description
84

9-
Play audio in a Capacitor app natively (Android/iOS) from a URL/web source simultaneously with background audio. Also supports background/foreground playing.
5+
Play audio in a Capacitor app natively (Android/iOS) from a URL/web source simultaneously with background audio. Also supports background playing with an OS notification.
106

117
## Install
128

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mediagrid/capacitor-native-audio",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Play audio in a Capacitor app natively from a URL/web source simultaneously with background audio.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)