Skip to content

Commit d3b0973

Browse files
committed
Bumps version
1 parent 43f8379 commit d3b0973

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fetchUserId().then { id in
2323

2424
## Swift Version
2525
Swift 2 -> version **1.4.2**
26-
Swift 3 -> version **2.0.0**
26+
Swift 3 -> version **2.0.1**
2727

2828
## Why
2929
Because async code is hard to write, hard to read, hard to reason about.

Source/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0</string>
18+
<string>2.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

then.framework.zip

18.6 KB
Binary file not shown.

then.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@
607607
99FA7FB81D93C153002274B0 /* Release */,
608608
);
609609
defaultConfigurationIsVisible = 0;
610+
defaultConfigurationName = Release;
610611
};
611612
/* End XCConfigurationList section */
612613
};

then.xcodeproj/xcshareddata/xcschemes/thenMacOS.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "99FA7FB11D93C153002274B0"
18-
BuildableName = "thenMacOS.framework"
18+
BuildableName = "then.framework"
1919
BlueprintName = "thenMacOS"
2020
ReferencedContainer = "container:then.xcodeproj">
2121
</BuildableReference>
@@ -46,7 +46,7 @@
4646
<BuildableReference
4747
BuildableIdentifier = "primary"
4848
BlueprintIdentifier = "99FA7FB11D93C153002274B0"
49-
BuildableName = "thenMacOS.framework"
49+
BuildableName = "then.framework"
5050
BlueprintName = "thenMacOS"
5151
ReferencedContainer = "container:then.xcodeproj">
5252
</BuildableReference>
@@ -64,7 +64,7 @@
6464
<BuildableReference
6565
BuildableIdentifier = "primary"
6666
BlueprintIdentifier = "99FA7FB11D93C153002274B0"
67-
BuildableName = "thenMacOS.framework"
67+
BuildableName = "then.framework"
6868
BlueprintName = "thenMacOS"
6969
ReferencedContainer = "container:then.xcodeproj">
7070
</BuildableReference>

thenMacOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0</string>
18+
<string>2.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

thenPromise.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'thenPromise'
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44
s.summary = "Elegant Promises for Swift"
55
s.homepage = "https://github.com/freshOS/then"
66
s.license = { :type => "MIT", :file => "LICENSE" }

0 commit comments

Comments
 (0)