We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b103a22 commit 06aa21dCopy full SHA for 06aa21d
.jazzy.yaml
@@ -2,5 +2,5 @@ module: SwiftStack
2
author: NobodyNada & FelixSFD
3
author_url: https://github.com/NobodyNada/SwiftStack
4
github_url: https://github.com/NobodyNada/SwiftStack
5
-github_file_prefix: https://github.com/NobodyNada/SwiftStack/blob/0.2.0
6
-module_version: 0.1.0
+github_file_prefix: https://github.com/NobodyNada/SwiftStack/blob/0.3.1
+module_version: 0.3.1
README.md
@@ -5,6 +5,7 @@ SwiftStack is a wrapper for the Stack Exchange API written in Swift.
# How to use
7
To use SwiftStack via Swift Package Manager in your project, add it as dependency in your `Package.swift`.
8
+
9
```
10
let package = Package(
11
name: "MyProject",
0 commit comments