Skip to content

Commit

Permalink
Update Package.swift for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Jan 15, 2025
1 parent 6449be3 commit ceadf42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import PackageDescription

// Never push to remote with this flag set to true
let useLocalFramework = false
let releaseTag = "0.2.0"
let releaseChecksum = "d47a05ba785e9df984bc267b83881f155e048b5a2d887de405063ccfeef80bdc"
let releaseTag = "0.3.0"
let releaseChecksum = "d7ca2ed0c9167c5aa4bbdabb1321f6f99f39e410ee9a61cb1eb91508a61a979b"

let binaryTarget: Target = if useLocalFramework {
.binaryTarget(
Expand Down

0 comments on commit ceadf42

Please sign in to comment.