Skip to content

Commit ce6ddf6

Browse files
chore(release): raise to version 2.6.8-OS15
1 parent 77f6d87 commit ce6ddf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG

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

4-
Unreleased
4+
2.6.8-OS15 - 2022-11-23
55
------------------
66

77
- Fix: [iOS] When there are no keys associated with a store, return empty string instead of `nil`.

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-OS14",
3+
"version": "2.6.8-OS15",
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-OS14">
5+
version="2.6.8-OS15">
66

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

0 commit comments

Comments
 (0)