Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 57b2150

Browse files
committed
Bump podspec
1 parent 1e44cd0 commit 57b2150

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Initialize an instance of `SKWebAPI` with a Slack auth token and make your reque
6767

6868
```swift
6969
let webAPI = WebAPI(token: xoxp-SLACK_AUTH_TOKEN)
70-
webAPI.authenticationTest(success: { (success) in
71-
print(success)
70+
webAPI.authenticationTest(success: { (user, team) in
71+
print("\(user) - \(team)")
7272
}, failure: nil)
7373
```
7474

SKWebAPI.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 = "SKWebAPI"
3-
s.version = "4.1.0"
3+
s.version = "4.1.1"
44
s.summary = "A Swift library to help make requests to the Slack Web API"
55
s.homepage = "https://github.com/SlackKit/SKWebAPI"
66
s.license = 'MIT'

0 commit comments

Comments
 (0)