Skip to content

Commit 26265c0

Browse files
committed
bump podspec
1 parent 6115317 commit 26265c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BetterCodable.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'BetterCodable'
3-
s.version = '0.1.0'
3+
s.version = '0.4.0'
44
s.swift_versions = ['5.1']
55
s.summary = 'Better Codable through Property Wrappers'
66
s.homepage = 'https://github.com/marksands/BetterCodable'
@@ -16,4 +16,4 @@ Pod::Spec.new do |s|
1616
s.source = { :git => 'https://github.com/marksands/BetterCodable.git', :tag => s.version.to_s }
1717
s.source_files = 'Sources/**/*.swift'
1818
s.frameworks = 'Foundation'
19-
end
19+
end

0 commit comments

Comments
 (0)