Skip to content

Commit

Permalink
Remove unnecessary development team. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgandhi committed Sep 26, 2015
1 parent 5c13ce1 commit a2344a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SYNQueue.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "SYNQueue"
s.version = "0.2.1"
s.version = "0.2.2"
s.summary = "SYNQueue"
s.description = "A simple yet powerful queueing system for iOS (with persistence)"
s.homepage = "https://github.com/THREDOpenSource/SYNQueue"
Expand Down
1 change: 0 additions & 1 deletion SYNQueue/SYNQueue.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@
TargetAttributes = {
9F62022A1B333AAF0026CE2C = {
CreatedOnToolsVersion = 6.3.2;
DevelopmentTeam = SBKBKHJ464;
};
9F6202351B333AAF0026CE2C = {
CreatedOnToolsVersion = 6.3.2;
Expand Down
2 changes: 1 addition & 1 deletion SYNQueue/SYNQueue/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>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit a2344a1

Please sign in to comment.