Skip to content

Commit

Permalink
Version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaprox committed Dec 6, 2017
1 parent e0cdd38 commit a711878
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- NVActivityIndicatorView (4.0.1):
- NVActivityIndicatorView/Presenter (= 4.0.1)
- NVActivityIndicatorView/Presenter (4.0.1)
- NVActivityIndicatorView (4.1.0):
- NVActivityIndicatorView/Presenter (= 4.1.0)
- NVActivityIndicatorView/Presenter (4.1.0)

DEPENDENCIES:
- NVActivityIndicatorView (from `../`)
Expand All @@ -11,7 +11,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
NVActivityIndicatorView: c576172624a214afdaf38516f828079d2cfd7543
NVActivityIndicatorView: 43e7635dd9ded480c0c1ac55fe448afcdcc102d0

PODFILE CHECKSUM: e5d164996aa6d71a0eda53503111c16d861ecbc6

Expand Down
2 changes: 1 addition & 1 deletion NVActivityIndicatorView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NVActivityIndicatorView"
s.version = "4.0.1"
s.version = "4.1.0"
s.summary = "A collection of awesome loading animations"
s.homepage = "https://github.com/ninjaprox/NVActivityIndicatorView"
s.screenshot = "https://raw.githubusercontent.com/ninjaprox/NVActivityIndicatorView/master/Demo.gif"
Expand Down
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>4.0.1</string>
<string>4.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
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>4.0.1</string>
<string>4.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit a711878

Please sign in to comment.