Skip to content

Commit

Permalink
============Version 1.01============
Browse files Browse the repository at this point in the history
  • Loading branch information
Esqarrouth committed Nov 18, 2016
1 parent d0a0f53 commit f275b51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EZLoadingActivity.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EZLoadingActivity"
s.version = "1.0"
s.version = "1.01"
s.summary = "Lightweight Swift loading activity for iOS7+"
s.description = "Lightweight Swift loading activity for iOS7+. Really simple to use, just add the class and write 1 line of code."
s.homepage = "https://github.com/goktugyil/EZLoadingActivity"
Expand Down
4 changes: 2 additions & 2 deletions EZLoadingActivity/Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.01</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1.01</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion EZLoadingActivity_iOS/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.01</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f275b51

Please sign in to comment.