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

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Dec 11, 2022
1 parent 0699ff3 commit f3d43ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Sources/XcodeSnippetCLI/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import XcodeSnippetCLICore

let cli = CLI(
repositoryURL: URL(string: "https://github.com/JiHoonAHN/XcodeSnippet.git")!,
version: "0.0.1"
version: "0.1.0"
)

do {
Expand Down
6 changes: 6 additions & 0 deletions Tests/XcodeSnippetTests/CLITests.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import XCTest
import XcodeSnippetCLICore
import Files
import ShellOut


11 changes: 0 additions & 11 deletions Tests/XcodeSnippetTests/XcodeSnippetTests.swift

This file was deleted.

0 comments on commit f3d43ed

Please sign in to comment.