Skip to content

Commit

Permalink
Version 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaprox committed Sep 24, 2019
1 parent efb144d commit 4a4726d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.7.0):
- NVActivityIndicatorView/Presenter (= 4.7.0)
- NVActivityIndicatorView/Presenter (4.7.0)
- NVActivityIndicatorView (4.8.0):
- NVActivityIndicatorView/Presenter (= 4.8.0)
- NVActivityIndicatorView/Presenter (4.8.0)

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

SPEC CHECKSUMS:
NVActivityIndicatorView: 1ce628663c47ffc03257f8cdc61377c7487b9b0e
NVActivityIndicatorView: d5e6e7c3f801466fb91a048c5d7aa8eb7b77fadb

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.7.0'
s.version = '4.8.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
2 changes: 1 addition & 1 deletion Source/NVActivityIndicatorView/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>4.7.0</string>
<string>4.8.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 4a4726d

Please sign in to comment.