Skip to content

Commit b188c9a

Browse files
committed
update setting
1 parent 818f346 commit b188c9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

YTKKeyValueStore/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.4</string>
18+
<string>0.4.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

YTKKeyValueStore_Swift.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "YTKKeyValueStore_Swift"
3-
s.version = "0.4"
3+
s.version = "0.4.1"
44
s.summary = "A simple Key-Value storage tool, using Sqlite as backend."
55
s.homepage = "https://github.com/sgxiang/YTKKeyValueStore_Swift"
66
s.license = "MIT"
77
s.author = { "sgxiang" => "[email protected]" }
88
s.platform = :ios, '8.0'
9-
s.source = { :git => "https://github.com/sgxiang/YTKKeyValueStore_Swift.git", :tag => "0.4" }
9+
s.source = { :git => "https://github.com/sgxiang/YTKKeyValueStore_Swift.git", :tag => "0.4.1" }
1010
s.source_files = "YTKKeyValueStore/*.swift"
1111
s.requires_arc = true
1212
s.module_name = 'YTKKeyValueStore'

0 commit comments

Comments
 (0)