Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
loeffel-io committed Mar 12, 2020
1 parent 3ed841e commit 967e343
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@ ignore:
### MacOS
```bash
curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.4.1/ls-lint-darwin && chmod +x ls-lint && ./ls-lint
curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.4.2/ls-lint-darwin && chmod +x ls-lint && ./ls-lint
```

### Linux

```bash
curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.4.1/ls-lint-linux && chmod +x ls-lint && ./ls-lint
curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.4.2/ls-lint-linux && chmod +x ls-lint && ./ls-lint
```

### Windows

```bash
# (!) First download the .exe from https://github.com/loeffel-io/ls-lint/releases/download/v1.4.1/ls-lint-windows.exe
# (!) First download the .exe from https://github.com/loeffel-io/ls-lint/releases/download/v1.4.2/ls-lint-windows.exe
ls-lint-windows.exe
```

Expand Down
2 changes: 1 addition & 1 deletion npm/ls-lint-darwin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ls-lint-darwin",
"version": "1.4.1",
"version": "1.4.2",
"description": "The macOS 64-bit binary for ls-lint",
"repository": "https://github.com/loeffel-io/ls-lint",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/ls-lint-linux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ls-lint-linux",
"version": "1.4.1",
"version": "1.4.2",
"description": "The linux 64-bit binary for ls-lint",
"repository": "https://github.com/loeffel-io/ls-lint",
"license": "MIT",
Expand Down

0 comments on commit 967e343

Please sign in to comment.