Skip to content

Commit

Permalink
Update README and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fummicc1 committed Feb 19, 2022
1 parent 9ecc1d0 commit cf6a33e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,8 @@ iOSInjectionProject/

# Firebase
firebase-debug.log
firestore-debug.log
firestore-debug.log
ui-debug.log

# fvm
.fvm/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ An Easy Firebase Library written in Swift.
Supporting SwiftPackageManager (SPM).

```swift
.package(url: "https://github.com/fummicc1/EasyFirebaseSwift", .upToNextMajor(from: "2.0.0"))
.package(url: "https://github.com/fummicc1/EasyFirebaseSwift", .upToNextMajor(from: "2.1.1"))
```

# Usage
Expand Down
1 change: 0 additions & 1 deletion firebase/ui-debug.log

This file was deleted.

0 comments on commit cf6a33e

Please sign in to comment.