From fab5c73f8c91d868f1f63a52bb28aed977bc5f71 Mon Sep 17 00:00:00 2001 From: August Mueller Date: Thu, 23 Apr 2020 11:10:40 -0700 Subject: Version bump for the SPM --- CHANGES_AND_TODO_LIST.txt | 3 +++ FMDB.podspec | 2 +- src/fmdb/FMDatabase.m | 2 +- src/fmdb/Info.plist | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES_AND_TODO_LIST.txt b/CHANGES_AND_TODO_LIST.txt index 5494365..d644967 100644 --- a/CHANGES_AND_TODO_LIST.txt +++ b/CHANGES_AND_TODO_LIST.txt @@ -3,6 +3,9 @@ Zip, nada, zilch. Got any ideas? If you would like to contribute some code ... awesome! I just ask that you make it conform to the coding conventions already set in here, and to add the necessary of tests for your new code to tests target. And of course, the code should be of general use to more than just a couple of folks. Send your patches to gus@flyingmeat.com. +2020.04.23 Version 2.7.6 +A new tag for the Swift Package Manager. + 2018.10.23 Version 2.7.5 Xcode 10 support. Probably some other stuff over the past year as well. diff --git a/FMDB.podspec b/FMDB.podspec index a231edb..e345cba 100644 --- a/FMDB.podspec +++ b/FMDB.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FMDB' - s.version = '2.7.5' + s.version = '2.7.6' s.summary = 'A Cocoa / Objective-C wrapper around SQLite.' s.homepage = 'https://github.com/ccgus/fmdb' s.license = 'MIT' diff --git a/src/fmdb/FMDatabase.m b/src/fmdb/FMDatabase.m index 332ec07..f5cc6c7 100644 --- a/src/fmdb/FMDatabase.m +++ b/src/fmdb/FMDatabase.m @@ -99,7 +99,7 @@ NS_ASSUME_NONNULL_END } + (NSString*)FMDBUserVersion { - return @"2.7.5"; + return @"2.7.6"; } // returns 0x0240 for version 2.4. This makes it super easy to do things like: diff --git a/src/fmdb/Info.plist b/src/fmdb/Info.plist index 2a30f1e..14bbe1f 100644 --- a/src/fmdb/Info.plist +++ b/src/fmdb/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.7.5 + 2.7.6 CFBundleSignature ???? CFBundleVersion -- cgit v1.2.3