From f71f875e2dee17de343babbc62fe0cfadeb3869f Mon Sep 17 00:00:00 2001 From: Ashoat Tevosyan Date: Mon, 15 Jul 2024 11:23:58 -0400 Subject: [PATCH] Version 4.5.5-e --- SQLCipher-Amalgamation.podspec.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SQLCipher-Amalgamation.podspec.json b/SQLCipher-Amalgamation.podspec.json index 0bdb8b8..f1b5133 100644 --- a/SQLCipher-Amalgamation.podspec.json +++ b/SQLCipher-Amalgamation.podspec.json @@ -11,10 +11,10 @@ "requires_arc": false, "source": { "git": "https://github.com/CommE2E/sqlcipher-amalgamation.git", - "tag": "v4.5.5b" + "tag": "v4.5.5-e" }, "summary": "Full Database Encryption for SQLite.", - "version": "4.5.5b", + "version": "4.5.5-e", "module_name": "SQLCipher", "dependencies": { "OpenSSL-Universal": [] diff --git a/package.json b/package.json index a49b0e6..3ccdf00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@commapp/sqlcipher-amalgamation", - "version": "4.5.5-d", + "version": "4.5.5-e", "description": "SQLCipher sources amalgamation file", "repository": { "type": "git",