Skip to content

Commit

Permalink
Upgrade to stable version of StringCase (fixes ValentinWalter/Honey#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinWalter committed May 30, 2021
1 parent 7a6ae5f commit 088c1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.0.6"),
.package(url: "https://github.com/ValentinWalter/StringCase", .branch("master")),
.package(url: "https://github.com/ValentinWalter/StringCase", from: "1.1.0"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="right">⭐️ <a href="http://x-callback-url.com/2021/05/middleman-type-safe-x-callback-url-library/">Featured on the official <code>x-callback-url.com</code> blog</a></p>

# 👤 Middleman
**A 100% type safe API to the [x-callback-url scheme](http://x-callback-url.com).**
**A 100% type-safe API to the [x-callback-url scheme](http://x-callback-url.com).**

* [Overview](#-overview)
* [Setup](#-setup)
Expand Down

0 comments on commit 088c1a0

Please sign in to comment.