Skip to content

Commit

Permalink
chore(release): raise to version 4.2.0-OS44
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Sep 27, 2023
1 parent b8c7a20 commit 43a77cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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


## [Unreleased]

## [4.2.0-OS44]

### 13-09-2023
Android - Remove dependency to android Support Library. (https://outsystemsrd.atlassian.net/browse/RMET-2819)
Android - Fix the way we obtain the app's package name. (https://outsystemsrd.atlassian.net/browse/RMET-2819)
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": "cordova-plugin-camera",
"version": "4.2.0-OS43",
"version": "4.2.0-OS44",
"description": "Cordova Camera 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-camera"
version="4.2.0-OS43">
version="4.2.0-OS44">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 43a77cb

Please sign in to comment.