From 3d2779d6a5e288ff3cdf63299ef9e8a34fd13c26 Mon Sep 17 00:00:00 2001 From: Ashoat Tevosyan Date: Tue, 19 Dec 2023 15:28:26 -0500 Subject: [PATCH] Version 4.5.5a --- SQLCipher-Amalgamation.podspec.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SQLCipher-Amalgamation.podspec.json b/SQLCipher-Amalgamation.podspec.json index 6720bef..b09667b 100644 --- a/SQLCipher-Amalgamation.podspec.json +++ b/SQLCipher-Amalgamation.podspec.json @@ -11,7 +11,7 @@ "requires_arc": false, "source": { "git": "https://github.com/CommE2E/sqlcipher-amalgamation.git", - "tag": "v4.4.3a" + "tag": "v4.5.5a" }, "summary": "Full Database Encryption for SQLite.", "version": "4.4.3a", diff --git a/package.json b/package.json index 7085db2..426be65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@commapp/sqlcipher-amalgamation", - "version": "4.5.5", + "version": "4.5.5a", "description": "SQLCipher sources amalgamation file", "repository": { "type": "git",