Skip to content

Commit

Permalink
Merge pull request #63 from groue/relase/4.0.1
Browse files Browse the repository at this point in the history
version bump for swift 5
  • Loading branch information
fumito-ito committed Jun 17, 2019
2 parents 9f06750 + c137bdf commit 671e2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GRMustache.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GRMustache.swift'
s.version = '4.0.0'
s.version = '4.0.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Flexible Mustache templates for Swift.'
s.homepage = 'https://github.com/groue/GRMustache.swift'
Expand Down
2 changes: 1 addition & 1 deletion Xcode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>4.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 671e2c5

Please sign in to comment.