Skip to content

Commit

Permalink
update version & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Jan 2, 2023
1 parent 76a1c70 commit 3ef11a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@

## Installation

### Homebrew (Recommended)

```sh
brew install codeeditapp/formulae/codeedit-cli

# or

brew tap codeeditapp/formulae
brew install codeedit-cli
```

### Download

Download the universal binary from the latest release, extract the zip and move it to `/usr/local/bin/`.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodeEditCLI/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Foundation
// ##################################################
// This needs to be changed prior to every release!
// ##################################################
let CLI_VERSION = "0.0.5"
let CLI_VERSION = "0.0.7"

struct CodeEditCLI: ParsableCommand {
static let configuration = CommandConfiguration(
Expand Down

0 comments on commit 3ef11a5

Please sign in to comment.