Skip to content

Commit 81a29a1

Browse files
committed
chore(release): raised version to 4.2.0-OS35
1 parent 24070d0 commit 81a29a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
The changes documented here do not include those from the original repository.
88

9-
## [Unreleased]
9+
## [4.2.0-OS35]
1010

1111
### Fixes
1212
- Fix: Fixed error messages when cancelling to take or choose a photo, and when permissions for these are denied.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-camera",
3-
"version": "4.2.0-OS34",
3+
"version": "4.2.0-OS35",
44
"description": "Cordova Camera Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-camera"
24-
version="4.2.0-OS34">
24+
version="4.2.0-OS35">
2525
<name>Camera</name>
2626
<description>Cordova Camera Plugin</description>
2727
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)