Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert M. Ryan <robert.ryan@mindspring.com>2016-01-20 10:42:11 +0300
committerRobert M. Ryan <robert.ryan@mindspring.com>2016-01-20 10:42:11 +0300
commit63632959f42c584984b6167514c0b10f3148ae86 (patch)
treedd8b968fd94bf33205f3882993f8c4eb0181c81a
parent4c01521a46326f6a2dd0b6c675738d07ba7fef13 (diff)
Bump version
-rw-r--r--FMDB.podspec2
-rw-r--r--README.markdown2
-rw-r--r--src/fmdb/Info.plist2
3 files changed, 3 insertions, 3 deletions
diff --git a/FMDB.podspec b/FMDB.podspec
index 83ac60c..56728dd 100644
--- a/FMDB.podspec
+++ b/FMDB.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FMDB'
- s.version = '2.6.1'
+ s.version = '2.6.2'
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
s.homepage = 'https://github.com/ccgus/fmdb'
s.license = 'MIT'
diff --git a/README.markdown b/README.markdown
index f4d7c3d..f0d883d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,4 +1,4 @@
-# FMDB v2.6
+# FMDB v2.6.2
This is an Objective-C wrapper around SQLite: http://sqlite.org/
diff --git a/src/fmdb/Info.plist b/src/fmdb/Info.plist
index f4d50a8..35cb69f 100644
--- a/src/fmdb/Info.plist
+++ b/src/fmdb/Info.plist
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>2.6</string>
+ <string>2.6.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>