Skip to content

Commit

Permalink
badges added
Browse files Browse the repository at this point in the history
  • Loading branch information
NikSativa committed Apr 17, 2024
1 parent 50c9df4 commit 13eb2e1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/NikSativa/SpryKit.git",
"state" : {
"revision" : "e0dd3952fd17e3646c260e21fc3fd656f5b636e0",
"version" : "2.2.2"
"revision" : "f14ae68bccd324f20cd74d65413cb9c93a5ba4dd",
"version" : "2.2.3"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.library(name: "ThreadingTestHelpers", targets: ["ThreadingTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "Threading",
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.5.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "ThreadingTestHelpers", targets: ["ThreadingTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "Threading",
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.6.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "ThreadingTestHelpers", targets: ["ThreadingTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "Threading",
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.7.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "ThreadingTestHelpers", targets: ["ThreadingTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "Threading",
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.8.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "ThreadingTestHelpers", targets: ["ThreadingTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "Threading",
Expand Down
2 changes: 2 additions & 0 deletions README.md
@@ -1,4 +1,6 @@
# Threading
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNikSativa%2FThreading%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/NikSativa/Threading)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNikSativa%2FThreading%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/NikSativa/Threading)

Wrapper of GCD queue with few cool features

Expand Down

0 comments on commit 13eb2e1

Please sign in to comment.