Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.

Commit f3d43ed

Browse files
committed
Update Version
1 parent 0699ff3 commit f3d43ed

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

Sources/XcodeSnippetCLI/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import XcodeSnippetCLICore
33

44
let cli = CLI(
55
repositoryURL: URL(string: "https://github.com/JiHoonAHN/XcodeSnippet.git")!,
6-
version: "0.0.1"
6+
version: "0.1.0"
77
)
88

99
do {
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import XCTest
2+
import XcodeSnippetCLICore
3+
import Files
4+
import ShellOut
5+
6+

Tests/XcodeSnippetTests/XcodeSnippetTests.swift

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)