Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README for 8.0.0 #47

Merged
merged 1 commit into from
Jun 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import PackageDescription
let package = Package(
name: "MyPackage",
dependencies: [
.package(url: "https://github.com/adamayoung/TMDb.git", upToNextMajor: "7.0.0")
.package(url: "https://github.com/adamayoung/TMDb.git", upToNextMajor: "8.0.0")
],
targets: [
.target(name: "MyPackage", dependencies: ["TMDb"])
Expand Down
4 changes: 2 additions & 2 deletions Tests/TMDbTests/Resources/json/genre.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"id": 28,
"name": "Action"
"id": 28,
"name": "Action"
}
2 changes: 1 addition & 1 deletion Tests/TMDbTests/Resources/json/movie-pageable-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
],
"total_pages": 1,
"total_results": 3
}
}
2 changes: 1 addition & 1 deletion Tests/TMDbTests/Resources/json/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"id": 49,
"logo_path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png",
"origin_country": "US"
}
}
2 changes: 1 addition & 1 deletion Tests/TMDbTests/Resources/json/production-company.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png",
"name": "20th Century Fox",
"origin_country": "US"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
],
"total_pages": 1,
"total_results": 3
}
}
2 changes: 1 addition & 1 deletion Tests/TMDbTests/Resources/json/tv-show-season.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"overview": "Trouble is brewing in the Seven Kingdoms of Westeros. For the driven inhabitants of this visionary world, control of Westeros' Iron Throne holds the lure of great power. But in a land where the seasons can last a lifetime, winter is coming...and beyond the Great Wall that protects them, an ancient evil has returned. In Season One, the story centers on three primary areas: the Stark and the Lannister families, whose designs on controlling the throne threaten a tenuous peace; the dragon princess Daenerys, heir to the former dynasty, who waits just over the Narrow Sea with her malevolent brother Viserys; and the Great Wall--a massive barrier of ice where a forgotten danger is stirring.",
"poster_path": "/zwaj4egrhnXOBIit1tyb4Sbt3KP.jpg",
"season_number": 1
}
}
2 changes: 1 addition & 1 deletion Tests/TMDbTests/Resources/json/video-collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"type": "Trailer"
}
]
}
}