Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaprox committed Sep 21, 2017
1 parent 76de417 commit 500b426
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 (3.7.0):
- NVActivityIndicatorView/Presenter (= 3.7.0)
- NVActivityIndicatorView/Presenter (3.7.0)
- NVActivityIndicatorView (4.0.0):
- NVActivityIndicatorView/Presenter (= 4.0.0)
- NVActivityIndicatorView/Presenter (4.0.0)

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

SPEC CHECKSUMS:
NVActivityIndicatorView: 0222d44ebe29c6256ec493af79662745915b2eb8
NVActivityIndicatorView: 631120f16a9f84c23c263482158a4a30ac33be01

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 = "3.7.0"
s.version = "4.0.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>3.7.0</string>
<string>4.0.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>3.7.0</string>
<string>4.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 500b426

Please sign in to comment.