Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 1, 2016
1 parent 8904a88 commit 6b802d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@
TargetAttributes = {
1413F4541CE795DC00482096 = {
CreatedOnToolsVersion = 7.3.1;
DevelopmentTeam = C6K65RDJHL;
DevelopmentTeamName = "Elvis Nunez (Personal Team)";
LastSwiftMigration = 0800;
ProvisioningStyle = Manual;
Expand Down Expand Up @@ -1057,7 +1058,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = C6K65RDJHL;
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = macOSTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
Expand All @@ -1079,7 +1080,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = C6K65RDJHL;
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = macOSTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
Expand Down
2 changes: 1 addition & 1 deletion Networking.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Networking"
s.version = "2.0.1"
s.version = "2.1.0"
s.summary = "Simple HTTP Networking in Swift a NSURLSession wrapper with image caching support"
s.description = <<-EOS
Simple NSURLSession wrapper with support for image caching and faking network requests
Expand Down

0 comments on commit 6b802d4

Please sign in to comment.