Skip to content

Commit 69cac2a

Browse files
authored
Merge pull request #7 from mtj0928/update-package
Update package
2 parents cd15d72 + f55aec2 commit 69cac2a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"kind" : "remoteSourceControl",
3333
"location" : "https://github.com/mtj0928/userinfo-representable",
3434
"state" : {
35-
"revision" : "764e9aff8a55f0eb47f744880fbbdfe08bd8e26a",
36-
"version" : "1.0.1"
35+
"revision" : "3dffb67eafb65b1cb461f5f1a4eeefece750cb80",
36+
"version" : "1.0.2"
3737
}
3838
}
3939
],

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
dependencies: [
1313
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
1414
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
15-
.package(url: "https://github.com/mtj0928/userinfo-representable", from: "1.0.1")
15+
.package(url: "https://github.com/mtj0928/userinfo-representable", from: "1.0.2")
1616
],
1717
targets: [
1818
.target(

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# typed-notifications
2-
This library is attaching type-information to `NotificationCenter`.
2+
This library attaches type-information to `NotificationCenter`.
33
You can post and observe notifications in a type-safe manner.
44

55
```swift

Sources/TypedNotifications/UIKit/UIResponder.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if canImport(UIKit) && !os(xrOS)
1+
#if canImport(UIKit) && !os(visionOS)
22
import UserInfoRepresentable
33
import UIKit
44

0 commit comments

Comments
 (0)