Skip to content

Commit

Permalink
- bump version number and fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSFD committed Dec 20, 2016
1 parent b103a22 commit 06aa21d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module: SwiftStack
author: NobodyNada & FelixSFD
author_url: https://github.com/NobodyNada/SwiftStack
github_url: https://github.com/NobodyNada/SwiftStack
github_file_prefix: https://github.com/NobodyNada/SwiftStack/blob/0.2.0
module_version: 0.1.0
github_file_prefix: https://github.com/NobodyNada/SwiftStack/blob/0.3.1
module_version: 0.3.1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SwiftStack is a wrapper for the Stack Exchange API written in Swift.
# How to use

To use SwiftStack via Swift Package Manager in your project, add it as dependency in your `Package.swift`.

```
let package = Package(
name: "MyProject",
Expand Down

0 comments on commit 06aa21d

Please sign in to comment.