Skip to content

Commit 22a6e01

Browse files
committed
Release v0.3.0
1 parent bf655b8 commit 22a6e01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
*Released TBD*
5+
*Released September 27th 2023*
66

77
- Update default timeout from 30 to 60 seconds
88

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ into a local `bin/` directory that's on your path for your user.
122122

123123
```sh
124124
sudo curl \
125-
-L https://raw.githubusercontent.com/nickjj/wait-until/v0.2.0/wait-until \
125+
-L https://raw.githubusercontent.com/nickjj/wait-until/v0.3.0/wait-until \
126126
-o /usr/local/bin/wait-until && sudo chmod +x /usr/local/bin/wait-until
127127
```
128128

@@ -131,7 +131,7 @@ sudo curl \
131131
You would add these instructions somewhere near the bottom of your `Dockefile`.
132132

133133
```Dockerfile
134-
ADD https://raw.githubusercontent.com/nickjj/wait-until/v0.2.0/wait-until /usr/local/bin
134+
ADD https://raw.githubusercontent.com/nickjj/wait-until/v0.3.0/wait-until /usr/local/bin
135135
RUN chmod +x /usr/local/bin/wait-until
136136
```
137137

@@ -151,7 +151,7 @@ your system. Then you can put it anywhere you want.
151151

152152
```sh
153153
curl \
154-
-L https://raw.githubusercontent.com/nickjj/wait-until/v0.2.0/wait-until \
154+
-L https://raw.githubusercontent.com/nickjj/wait-until/v0.3.0/wait-until \
155155
-o wait-until && chmod +x wait-until
156156
```
157157

0 commit comments

Comments
 (0)