From b305f185d9a58d2ca204a0396b9e0af00fbbe8b2 Mon Sep 17 00:00:00 2001 From: matehat Date: Fri, 22 Jan 2016 11:44:23 -0500 Subject: [PATCH] Bumped to 1.18.2 --- leveldb-library.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leveldb-library.podspec b/leveldb-library.podspec index 7d0c61b..e8e22e7 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.18.1' + s.version = '1.18.2' 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 an ordered mapping from string keys to string values.'