Skip to content

Commit 3bcf3ab

Browse files
committed
feat(notifications): update notifications utils to v1.0.0 (#126)
1 parent fc56e57 commit 3bcf3ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let dependencies: [Package.Dependency] = [
88
.package(url: "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git", from: "3.0.0"),
99
.package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.13.2"),
1010
.package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.1.0"),
11-
.package(url: "https://github.com/aws-amplify/amplify-swift-utils-notifications.git", from: "0.0.1")
11+
.package(url: "https://github.com/aws-amplify/amplify-swift-utils-notifications.git", from: "1.0.0")
1212
]
1313

1414
let amplifyTargets: [Target] = [

0 commit comments

Comments
 (0)