Skip to content

Commit

Permalink
DataKit 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Aug 3, 2023
1 parent 0c9302a commit f896eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "CRC",
"repositoryURL": "https://github.com/QuickBirdEng/crc-swift.git",
"state": {
"branch": "package",
"revision": "124a8c9bb853bfc7199012d8e486ec5ccd507f04",
"version": null
"branch": null,
"revision": "136db0392ff9afdd1fe51bc1fdc05aaf7585bc88",
"version": "0.1.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/QuickBirdEng/crc-swift.git",
.branch("package")
from: "0.1.0"
),
],
targets: [
Expand Down

0 comments on commit f896eeb

Please sign in to comment.