Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/0.3.4' into versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Sep 28, 2021
2 parents 73a1b58 + 82d04ae commit 814f624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "MungoHealer",
defaultLocalization: "en",
platforms: [.iOS(.v14), .tvOS(.v14), .watchOS(.v7), .macOS(.v11)],
platforms: [.iOS(.v10), .tvOS(.v10), .watchOS(.v4), .macOS(.v10_15)],
products: [
.library(name: "MungoHealer", targets: ["MungoHealer"])
],
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

<p align="center">
<a href="https://github.com/Flinesoft/MungoHealer/releases">
<img src="https://img.shields.io/badge/Version-0.3.3-blue.svg"
alt="Version: 0.3.3">
<img src="https://img.shields.io/badge/Version-0.3.4-blue.svg"
alt="Version: 0.3.4">
</a>
<img src="https://img.shields.io/badge/Swift-5.0-FFAC45.svg"
alt="Swift: 5.3">
Expand Down

0 comments on commit 814f624

Please sign in to comment.