diff --git a/.swiftpm/xcode/xcshareddata/xcschemes/GitVersionTests.xcscheme b/.swiftpm/xcode/xcshareddata/xcschemes/GitVersionTests.xcscheme deleted file mode 100644 index 12529df..0000000 --- a/.swiftpm/xcode/xcshareddata/xcschemes/GitVersionTests.xcscheme +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/.swiftpm/xcode/xcshareddata/xcschemes/swift-git-version.xcscheme b/.swiftpm/xcode/xcshareddata/xcschemes/swift-git-version.xcscheme deleted file mode 100644 index 8afbdc3..0000000 --- a/.swiftpm/xcode/xcshareddata/xcschemes/swift-git-version.xcscheme +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/CliVersion/FileClient.swift b/Sources/CliVersion/FileClient.swift index 2a1d7a4..2acdb78 100644 --- a/Sources/CliVersion/FileClient.swift +++ b/Sources/CliVersion/FileClient.swift @@ -8,6 +8,7 @@ import XCTestDynamicOverlay /// Represents the interactions with the file system. It is able /// to read from and write to files. /// +/// /// ```swift /// @Dependency(\.fileClient) var fileClient /// ``` diff --git a/Sources/cli-version/Version.swift b/Sources/cli-version/Version.swift index 5564f2c..9203956 100644 --- a/Sources/cli-version/Version.swift +++ b/Sources/cli-version/Version.swift @@ -1,2 +1,2 @@ // Do not set this variable, it is set during the build process. -let VERSION: String? = "main 3dc5d8f" +let VERSION: String? = "0.1.0"