Skip to content

Commit

Permalink
[ISSUE] updated with package version and readme dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilSainiYML committed Mar 27, 2023
1 parent 2a28635 commit a434fa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/yml-org/yanalytics-ios.git",
from: "1.1.0"
from: "1.2.0"
),
.package(
url: "https://github.com/firebase/firebase-ios-sdk.git",
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ final class AppCoordinator {
}
```

Dependencies
----------

Y—AnalyticsFirebase depends upon our [Y—Analytics](https://github.com/yml-org/yanalytics-ios) framework (which is also open source and Apache 2.0 licensed).


Installation
----------

Expand Down

0 comments on commit a434fa8

Please sign in to comment.