From cf62b68c198fa59ea1cef70928546ce589add885 Mon Sep 17 00:00:00 2001 From: ljh Date: Mon, 15 Aug 2016 10:05:23 +0800 Subject: [PATCH] 2.3.3 --- LKDBHelper.podspec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LKDBHelper.podspec.json b/LKDBHelper.podspec.json index 4ebfed0..71f7a26 100644 --- a/LKDBHelper.podspec.json +++ b/LKDBHelper.podspec.json @@ -1,6 +1,6 @@ { "name": "LKDBHelper", - "version": "2.3.2", + "version": "2.3.3", "summary": "全自动的插入,查询,更新,删除, an automatic database operation thread-safe and not afraid of recursive deadlock", "description": "全面支持 NSArray,NSDictionary, ModelClass, NSNumber, NSString, NSDate, NSData, UIColor, UIImage, CGRect, CGPoint, CGSize, NSRange, int,char,float, double, long.. 等属性的自动化操作(插入和查询)", "homepage": "https://github.com/li6185377/LKDBHelper-SQLite-ORM", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/li6185377/LKDBHelper-SQLite-ORM.git", - "tag": "2.3.2" + "tag": "2.3.3" }, "platforms": { "ios": "4.3",