Skip to content

Commit 7c07ed2

Browse files
chore(release): raise to version 2.6.8-OS13
1 parent 321d47f commit 7c07ed2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Changelog
22
=========
33

4-
[Unreleased] - 2022-09-29
4+
[Unreleased] - 2022-10-21
5+
------------------
6+
7+
8+
2.6.8-OS13 - 2022-10-21
59
------------------
610

711
- Android | Feat: Set Key Value pair (https://outsystemsrd.atlassian.net/browse/RMET-1843).

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-secure-storage",
3-
"version": "2.6.8-OS12",
3+
"version": "2.6.8-OS13",
44
"description": "Secure storage plugin for iOS & Android",
55
"author": "Yiorgis Gozadinos <ggozad@crypho.com>",
66
"contributors": [

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-secure-storage"
5-
version="2.6.8-OS12">
5+
version="2.6.8-OS13">
66

77
<name>SecureStorage</name>
88
<author>Crypho AS</author>

0 commit comments

Comments
 (0)