We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5c175 commit 080cfafCopy full SHA for 080cfaf
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2023 rrainn
+Copyright (c) 2023 rrainn, Inc.
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
README.md
@@ -15,7 +15,7 @@ We use Swift Package Manager to make it easy to install and use the Lemmy Swift
15
16
```swift
17
dependencies: [
18
- .package(url: "https://github.com/rrainn/Lemmy-Swift-Client.git", .upToNextMajor(from: "1.0.0"))
+ .package(url: "https://github.com/rrainn/Lemmy-Swift-Client.git", .upToNextMajor(from: "3.0.0"))
19
]
20
```
21
0 commit comments