From 268aa6c014369d889430a1726e9b8ce89fe2b6ae Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Fri, 2 Sep 2022 17:03:30 -0700 Subject: [PATCH] Bump podspec --- CacheAdvance.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CacheAdvance.podspec b/CacheAdvance.podspec index e704dc7..84340a9 100644 --- a/CacheAdvance.podspec +++ b/CacheAdvance.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CacheAdvance' - s.version = '1.2.2' + s.version = '1.2.3' s.license = 'Apache License, Version 2.0' s.summary = 'A performant cache for logging systems. CacheAdvance persists log events 30x faster than SQLite.' s.homepage = 'https://github.com/dfed/CacheAdvance'