Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Mar 9, 2020
2 parents 2190066 + bb999ab commit 8fb01dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Common.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Version information
MARKETING_VERSION = 2.0.0
MARKETING_VERSION = 2.0.1

// Deployment targets
IPHONEOS_DEPLOYMENT_TARGET = 9.0
Expand Down
1 change: 1 addition & 0 deletions Framework/Sources/SRGBaseRequest.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ - (instancetype)init

- (void)dealloc
{
self.running = NO;
[self.sessionTask cancel];
}

Expand Down
2 changes: 1 addition & 1 deletion SRGNetwork.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
6F8A941A20FF21EB00AA6434 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1120;
LastUpgradeCheck = 1130;
ORGANIZATIONNAME = "SRG SSR";
TargetAttributes = {
6F6A09F12101BD11004568BD = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1120"
LastUpgradeVersion = "1130"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 8fb01dc

Please sign in to comment.