Skip to content

Commit 06aa21d

Browse files
committed
- bump version number and fix readme
1 parent b103a22 commit 06aa21d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.jazzy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ module: SwiftStack
22
author: NobodyNada & FelixSFD
33
author_url: https://github.com/NobodyNada/SwiftStack
44
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
5+
github_file_prefix: https://github.com/NobodyNada/SwiftStack/blob/0.3.1
6+
module_version: 0.3.1

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ SwiftStack is a wrapper for the Stack Exchange API written in Swift.
55
# How to use
66

77
To use SwiftStack via Swift Package Manager in your project, add it as dependency in your `Package.swift`.
8+
89
```
910
let package = Package(
1011
name: "MyProject",

0 commit comments

Comments
 (0)