Skip to content

Commit

Permalink
release version 4.0.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed May 30, 2022
1 parent 2e3a8fc commit 10b35d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Publication-only version of the [apache/cordova-plugin-media-capture](https://github.com/apache/cordova-plugin-media-capture) package with some early fixes. [![Latest Published Version](https://img.shields.io/npm/v/cordova-plugin-ns0m-media-capture)](https://www.npmjs.com/package/cordova-plugin-ns0m-media-capture)
```
cordova plugin add [email protected].0-1
cordova plugin add [email protected].1-1
```

---
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-ns0m-media-capture",
"version": "4.0.1-dev",
"version": "4.0.1-1",
"description": "Cordova Media Capture Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-ns0m-media-capture"
version="4.0.1-dev">
version="4.0.1-1">
<name>Capture</name>

<description>Cordova Media Capture Plugin</description>
Expand Down

0 comments on commit 10b35d1

Please sign in to comment.