Skip to content

Commit

Permalink
fix version no
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Lasek committed Oct 10, 2024
1 parent 161665b commit 2ba88a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WishKit/ProjectSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ struct ProjectSettings {
let wishKitUrl = ProcessInfo.processInfo.environment["wishkit-url"]
return wishKitUrl ?? "https://www.wishkit.io/api"
}
static let sdkVersion = "4.3.1"
static let sdkVersion = "4.4.0"
}

0 comments on commit 2ba88a0

Please sign in to comment.