diff --git a/README.md b/README.md index 04d7dce..c5604d8 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ $ LFSPointers --generate-completion-script bash > ~/.bash_completions/LFSPointer Add this to the `dependencies` array in `Package.swift`: ```swift -.package(url: "https://github.com/LebJe/LFSPointers.git", from: “3.0.0”) +.package(url: "https://github.com/LebJe/LFSPointers.git", from: “4.0.0”) ``` . Also add this to the `targets` array in the aforementioned file: diff --git a/ReleaseProcess.md b/ReleaseProcess.md index 8cca17b..84bf9e9 100644 --- a/ReleaseProcess.md +++ b/ReleaseProcess.md @@ -1,8 +1,8 @@ # Release Process -1. Update version number in `README.md` -2. Update version number in `Sources/LFSPointersExecutable/main.swift` +1. Update version number in `README.md`, line 202. +2. Update version number in `Sources/LFSPointersExecutable/main.swift`, line 42. 3. Create GitHub release, and wait for builds to finish. -3. Update version number in `Scripts/installDeb.sh` -4. Update version number in [lfs-pointers.rb](https://github.com/LebJe/homebrew-formulae/blob/master/lfs-pointers.rb) +3. Update version number in `Scripts/installDeb.sh`. +4. Update version number in [lfs-pointers.rb](https://github.com/LebJe/homebrew-formulae/blob/master/lfs-pointers.rb). 5. Build Homebrew bottle. \ No newline at end of file diff --git a/Sources/LFSPointersExecutable/main.swift b/Sources/LFSPointersExecutable/main.swift index 9c0f109..dda9e6d 100644 --- a/Sources/LFSPointersExecutable/main.swift +++ b/Sources/LFSPointersExecutable/main.swift @@ -39,7 +39,7 @@ struct LFSPointersCommand: ParsableCommand { commandName: "LFSPointers", abstract: "Replaces large files in a Git repository directory with Git LFS pointers.", discussion: "JSON STRUCTURE:\n\(jsonStructure)", - version: "3.0.0" + version: "4.0.0" ) @Flag(name: .shortAndLong, help: "Whether to display verbose output.")