Skip to content

Commit

Permalink
Bumped Kipple to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrelling committed May 6, 2024
1 parent 25d8c92 commit fa7d208
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 @@ -27,8 +27,8 @@ let package = Package(
],
products: [.library(name: .kippleUI, targets: [.kippleUI])] + allModulesAsProducts,
dependencies: [
.package(url: "https://github.com/bdrelling/Kipple", .upToNextMinor(from: "0.14.0")),
.package(url: "https://github.com/bdrelling/KippleTools", .upToNextMinor(from: "0.5.0")),
.package(url: "https://github.com/bdrelling/Kipple", .upToNextMinor(from: "0.14.2")),
.package(url: "https://github.com/bdrelling/KippleTools", .upToNextMinor(from: "0.5.3")),
],
targets: [
// Product Targets (without Dependencies)
Expand Down

0 comments on commit fa7d208

Please sign in to comment.