From a0bc79961d7be727d258d33d5a6b2f1023270ba1 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:32:33 -0400 Subject: [PATCH] [Release] Bump podspec to 1.22.5 (#13) --- leveldb-library.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leveldb-library.podspec b/leveldb-library.podspec index bb9e3de2d4..17c41d9735 100644 --- a/leveldb-library.podspec +++ b/leveldb-library.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'leveldb-library' - s.version = '1.22.4' + s.version = '1.22.5' s.license = 'New BSD' s.summary = 'A fast key-value storage library ' s.description = 'LevelDB is a fast key-value storage library written at Google that provides ' +