Skip to content

Commit a21d1a4

Browse files
committed
patch
1 parent 0403a0a commit a21d1a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git:
44
depth: 2
55

66
before_install:
7-
- curl -L https://github.com/pyanderson/githasdiff/releases/download/1.0.3/githasdiff > ./githasdiff
7+
- curl -L https://github.com/pyanderson/githasdiff/releases/download/1.0.4/githasdiff > ./githasdiff
88
- chmod +x ./githasdiff
99

1010
jobs:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ It's also possible use an env var `GITHASDIFF_FILE` to set the path to json conf
4848
## Install
4949

5050
```bash
51-
curl -L https://github.com/pyanderson/githasdiff/releases/download/1.0.3/githasdiff > ./githasdiff
51+
curl -L https://github.com/pyanderson/githasdiff/releases/download/1.0.4/githasdiff > ./githasdiff
5252
chmod +x ./githasdiff
5353
```
5454

0 commit comments

Comments
 (0)