Skip to content

Commit

Permalink
Update for version 4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Aug 27, 2024
1 parent 5e0f9f3 commit 863b987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
import PackageDescription

struct PackageMetadata {
static let version: String = "4.8.0"
static let checksum: String = "ae6db94f6fff7720bc28faac2f5dbd0b9c5af0215a1819c4682f7060f21eb1bb"
static let version: String = "4.8.3"
static let checksum: String = "bc2c3c2434ef2895a0388ac3f16932242d3d3ac11805f810dbe7d7bce3bb27f6"
}

let package = Package(
name: "GoogleCastSDK-no-bluetooth",
platforms: [
.iOS(.v13),
.iOS(.v14),
],
products: [
.library(
Expand Down

0 comments on commit 863b987

Please sign in to comment.