Skip to content

Commit 3dbdc04

Browse files
committed
Update version numbers in preparation for a new release.
1 parent 5e50ad2 commit 3dbdc04

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ $ LFSPointers --generate-completion-script bash > ~/.bash_completions/LFSPointer
199199
Add this to the `dependencies` array in `Package.swift`:
200200
201201
```swift
202-
.package(url: "https://github.com/LebJe/LFSPointers.git", from: “3.0.0”)
202+
.package(url: "https://github.com/LebJe/LFSPointers.git", from: “4.0.0”)
203203
```
204204
. Also add this to the `targets` array in the aforementioned file:
205205

ReleaseProcess.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release Process
22

3-
1. Update version number in `README.md`
4-
2. Update version number in `Sources/LFSPointersExecutable/main.swift`
3+
1. Update version number in `README.md`, line 202.
4+
2. Update version number in `Sources/LFSPointersExecutable/main.swift`, line 42.
55
3. Create GitHub release, and wait for builds to finish.
6-
3. Update version number in `Scripts/installDeb.sh`
7-
4. Update version number in [lfs-pointers.rb](https://github.com/LebJe/homebrew-formulae/blob/master/lfs-pointers.rb)
6+
3. Update version number in `Scripts/installDeb.sh`.
7+
4. Update version number in [lfs-pointers.rb](https://github.com/LebJe/homebrew-formulae/blob/master/lfs-pointers.rb).
88
5. Build Homebrew bottle.

Sources/LFSPointersExecutable/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct LFSPointersCommand: ParsableCommand {
3939
commandName: "LFSPointers",
4040
abstract: "Replaces large files in a Git repository directory with Git LFS pointers.",
4141
discussion: "JSON STRUCTURE:\n\(jsonStructure)",
42-
version: "3.0.0"
42+
version: "4.0.0"
4343
)
4444

4545
@Flag(name: .shortAndLong, help: "Whether to display verbose output.")

0 commit comments

Comments
 (0)