Skip to content

Commit

Permalink
Bump to v5.0.1 #33
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl committed Sep 20, 2018
1 parent cec63c6 commit e258f42
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AwaitKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AwaitKit'
s.version = '5.0.0'
s.version = '5.0.1'
s.license = 'MIT'
s.summary = 'The ES8 Async/Await control flow for Swift '
s.homepage = 'https://github.com/yannickl/AwaitKit.git'
Expand Down
15 changes: 15 additions & 0 deletions AwaitKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
remoteGlobalIDString = 633027EA203CC0060037E136;
remoteInfo = PMKDeprecatedTests;
};
CECA83E821542B1000091A85 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = FE41FCFD1F46DA7800CD2271 /* PromiseKit.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = C0244E622047A6CB00ACB4AC;
remoteInfo = "PMKJSA+Tests";
};
FE41FD051F46DA7800CD2271 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = FE41FCFD1F46DA7800CD2271 /* PromiseKit.xcodeproj */;
Expand Down Expand Up @@ -139,6 +146,7 @@
FE41FD0A1F46DA7800CD2271 /* PMKBridgeTests.xctest */,
FE41FD0C1F46DA7800CD2271 /* PMKCoreTests.xctest */,
CE21EFF5204B556300BDDA39 /* PMKDeprecatedTests.xctest */,
CECA83E921542B1000091A85 /* PMKJSA+Tests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -266,6 +274,13 @@
remoteRef = CE21EFF4204B556300BDDA39 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
CECA83E921542B1000091A85 /* PMKJSA+Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "PMKJSA+Tests.xctest";
remoteRef = CECA83E821542B1000091A85 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
FE41FD061F46DA7800CD2271 /* PromiseKit.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## [Version 5.0.1](https://github.com/yannickl/AwaitKit/releases/tag/5.0.1)
*Released on 2018-09-20.*

- Fixing the Carthage.

## [Version 5.0.0](https://github.com/yannickl/AwaitKit/releases/tag/5.0.0)
*Released on 2018-03-03.*

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ $ touch Podfile
$ edit Podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'AwaitKit', '~> 5.0.0'
pod 'AwaitKit', '~> 5.0.1'
```

Install into your project:
Expand Down Expand Up @@ -214,7 +214,7 @@ $ brew install carthage
To integrate AwaitKit into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "yannickl/AwaitKit" ~> 5.0
github "yannickl/AwaitKit" ~> 5.0.1
```

Run `carthage update` to build the framework and drag the built `AwaitKit.framework` into your Xcode project.
Expand Down
2 changes: 1 addition & 1 deletion Sources/AwaitKit/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>5.0.0</string>
<string>5.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit e258f42

Please sign in to comment.