Skip to content

Commit

Permalink
Update version numbers in preparation for a new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
LebJe committed Jan 30, 2021
1 parent 5e50ad2 commit 3dbdc04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions ReleaseProcess.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion Sources/LFSPointersExecutable/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 3dbdc04

Please sign in to comment.