Skip to content

Commit a210426

Browse files
chore(release): raise to version 5.0.0-OS9
1 parent 9da71a3 commit a210426

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ The changes documented here do not include those from the original repository.
88

99
## [Unreleased]
1010

11+
## [5.0.0-OS9]
12+
1113
### 16-12-2022
1214
- Replaced jcenter with more up to date mavenCentral [RMET-2036](https://outsystemsrd.atlassian.net/browse/RMET-2036)
1315

1416
### 2022-11-10
1517
- Use fixed versions (https://outsystemsrd.atlassian.net/browse/RMET-2045).
1618

19+
## [5.0.0-OS8]
20+
1721
## 2022-10-28
1822
- Android 13 changes [RMET-813](https://outsystemsrd.atlassian.net/browse/RMET-1813)
1923

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-OS8",
3+
"version": "5.0.0-OS9",
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-OS8">
4+
version="5.0.0-OS9">
55

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

0 commit comments

Comments
 (0)