From 2bf6010041dc1ce2ddfca50ab10ec8e8eebb1bcf Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Thu, 23 Apr 2020 23:59:03 -0700 Subject: [PATCH] Bump bugfix version --- CacheAdvance.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CacheAdvance.podspec b/CacheAdvance.podspec index cd380bad..8c047399 100644 --- a/CacheAdvance.podspec +++ b/CacheAdvance.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CacheAdvance' - s.version = '1.0.0' + s.version = '1.0.1' s.license = 'Apache License, Version 2.0' s.summary = 'A cache that enables the performant persistence of individual messages to disk' s.homepage = 'https://github.com/dfed/CacheAdvance'