Skip to content

Commit 12494cb

Browse files
chore(release): raise to version 5.0.0-OS5
1 parent 459cf1e commit 12494cb

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
@@ -8,11 +8,11 @@ The changes documented here do not include those from the original repository.
88

99
## [Unreleased]
1010

11+
## [5.0.0-OS5]
1112
## 2022-05-16
1213
- Firebase Analytics dependency tag updated [RMET-1538](https://outsystemsrd.atlassian.net/browse/RMET-1538)
1314

1415
## [5.0.0-OS4]
15-
1616
## 2022-05-10
1717
- Firebase Analytics dependency tag updated [RMET-1547](https://outsystemsrd.atlassian.net/browse/RMET-1547)
1818

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-firebase-dynamiclinks",
3-
"version": "5.0.0-OS4",
3+
"version": "5.0.0-OS5",
44
"description": "Cordova plugin for Firebase Dynamic Links",
55
"cordova": {
66
"id": "cordova-plugin-firebase-dynamiclinks",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
22
xmlns:android="http://schemas.android.com/apk/res/android"
33
id="cordova-plugin-firebase-dynamiclinks"
4-
version="5.0.0-OS4">
4+
version="5.0.0-OS5">
55

66
<name>FirebaseDynamicLinksPlugin</name>
77
<description>Cordova plugin for Firebase Dynamic Links</description>

0 commit comments

Comments
 (0)