Skip to content

Commit 72c3792

Browse files
committed
1. Increment pod version
1 parent a1e416a commit 72c3792

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Example/iOS_Bootstrap.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
607FACC71AFB9204008FA782 = {
110110
isa = PBXGroup;
111111
children = (
112-
C91221BC20D0020400798C71 /* SocialMediaManager.swift */,
113112
607FACF51AFB993E008FA782 /* Podspec Metadata */,
114113
607FACD21AFB9204008FA782 /* Example for iOS_Bootstrap */,
115114
607FACE81AFB9204008FA782 /* Tests */,
@@ -131,6 +130,7 @@
131130
607FACD21AFB9204008FA782 /* Example for iOS_Bootstrap */ = {
132131
isa = PBXGroup;
133132
children = (
133+
C91221BC20D0020400798C71 /* SocialMediaManager.swift */,
134134
607FACD71AFB9204008FA782 /* ViewController.swift */,
135135
C99EA63820CBECFB00D7C158 /* Storyboards.swift */,
136136
607FACD91AFB9204008FA782 /* Main.storyboard */,

iOS_Bootstrap.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'iOS_Bootstrap'
11-
s.version = '0.2.5'
11+
s.version = '0.2.6'
1212
s.summary = 'iOS Bootstrap library'
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)