Skip to content

Commit adb3fb6

Browse files
committed
update version to v0.0.4
1 parent 397ee31 commit adb3fb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SwiftFilePath.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Pod::Spec.new do |s|
33

44
s.name = "SwiftFilePath"
5-
s.version = "0.0.3"
5+
s.version = "0.0.4"
66
s.summary = "Simple and powerful wrapper for NSFileManager."
77
s.homepage = "https://github.com/nori0620/SwiftFilePath"
88
s.license = "MIT"
99
s.author = { "Norihiro Sakamoto" => "[email protected]" }
10-
s.source = { :git => "https://github.com/nori0620/SwiftFilePath.git", :tag => "0.0.3" }
10+
s.source = { :git => "https://github.com/nori0620/SwiftFilePath.git", :tag => "0.0.4" }
1111
s.platform = :ios, '8.0'
1212
s.source_files = "SwiftFilePath/**/*.swift"
1313
s.requires_arc = true

SwiftFilePath/Info.plist

Lines changed: 1 addition & 1 deletion
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.0.3</string>
18+
<string>0.0.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)