Skip to content

Commit 121455c

Browse files
committed
Version 5.2.0
1 parent 03a9ca8 commit 121455c

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

Example/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.1.1</string>
18+
<string>5.2.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>47</string>
20+
<string>48</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UIApplicationSceneManifest</key>

NVActivityIndicatorView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'NVActivityIndicatorView'
3-
s.version = '5.1.1'
3+
s.version = '5.2.0'
44
s.summary = 'A collection of awesome loading animations'
55
s.homepage = 'https://github.com/ninjaprox/NVActivityIndicatorView'
66
s.screenshot = 'https://raw.githubusercontent.com/ninjaprox/NVActivityIndicatorView/master/Demo.gif'

NVActivityIndicatorView.xcodeproj/NVActivityIndicatorViewExtended_Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.1.1</string>
18+
<string>5.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>47</string>
22+
<string>48</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

NVActivityIndicatorView.xcodeproj/NVActivityIndicatorView_Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.1.1</string>
18+
<string>5.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>47</string>
22+
<string>48</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

NVActivityIndicatorView.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@
847847
OBJ_100 /* Release */ = {
848848
isa = XCBuildConfiguration;
849849
buildSettings = {
850-
CURRENT_PROJECT_VERSION = 47;
850+
CURRENT_PROJECT_VERSION = 48;
851851
ENABLE_TESTABILITY = YES;
852852
FRAMEWORK_SEARCH_PATHS = (
853853
"$(inherited)",
@@ -1008,7 +1008,7 @@
10081008
OBJ_56 /* Debug */ = {
10091009
isa = XCBuildConfiguration;
10101010
buildSettings = {
1011-
CURRENT_PROJECT_VERSION = 47;
1011+
CURRENT_PROJECT_VERSION = 48;
10121012
ENABLE_TESTABILITY = YES;
10131013
FRAMEWORK_SEARCH_PATHS = (
10141014
"$(inherited)",
@@ -1039,7 +1039,7 @@
10391039
OBJ_57 /* Release */ = {
10401040
isa = XCBuildConfiguration;
10411041
buildSettings = {
1042-
CURRENT_PROJECT_VERSION = 47;
1042+
CURRENT_PROJECT_VERSION = 48;
10431043
ENABLE_TESTABILITY = YES;
10441044
FRAMEWORK_SEARCH_PATHS = (
10451045
"$(inherited)",
@@ -1070,7 +1070,7 @@
10701070
OBJ_99 /* Debug */ = {
10711071
isa = XCBuildConfiguration;
10721072
buildSettings = {
1073-
CURRENT_PROJECT_VERSION = 47;
1073+
CURRENT_PROJECT_VERSION = 48;
10741074
ENABLE_TESTABILITY = YES;
10751075
FRAMEWORK_SEARCH_PATHS = (
10761076
"$(inherited)",

Tests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.1.1</string>
18+
<string>5.2.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>47</string>
20+
<string>48</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)