Browse Source

Bump version

Robert M. Ryan 10 years ago
parent
commit
63632959f4
3 changed files with 3 additions and 3 deletions
  1. 1 1
      FMDB.podspec
  2. 1 1
      README.markdown
  3. 1 1
      src/fmdb/Info.plist

+ 1 - 1
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'

+ 1 - 1
README.markdown

@@ -1,4 +1,4 @@
-# FMDB v2.6
+# FMDB v2.6.2
 
 This is an Objective-C wrapper around SQLite: http://sqlite.org/
 

+ 1 - 1
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>