Skip to content

Commit 6f7a01e

Browse files
committed
to 1.1.3
1 parent 6bcc8c9 commit 6f7a01e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Rather than presenting a flat json file for your configuration needs, this libra
99
Include the JSONConfig dependency in your project's Package.swift file:
1010

1111
``` swift
12-
.package(url: "https://github.com/AutomatonTec/JSONConfig.git", from: "1.1.2")
12+
.package(url: "https://github.com/AutomatonTec/JSONConfig.git", from: "1.1.3")
1313

1414
// section dependencies
1515
dependencies: ["JSONConfig"]

README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
请修改您项目的Package.swift文件
1010

1111
```swift
12-
.package(url: "https://github.com/AutomatonTec/JSONConfig.git", from: "1.1.2")
12+
.package(url: "https://github.com/AutomatonTec/JSONConfig.git", from: "1.1.3")
1313

1414
// 在dependencies章节中
1515
dependencies: ["JSONConfig"]

0 commit comments

Comments
 (0)