Skip to content

Commit

Permalink
Update readme versions
Browse files Browse the repository at this point in the history
These were out of date
  • Loading branch information
tinder-maxwellelliott committed Feb 23, 2024
1 parent d9cae44 commit 16f8f0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ OPTIONS:
### Download pre-built binary

```terminal
curl -L https://github.com/Tinder/sign-here/releases/download/0.0.1/sign-here -o sign-here
curl -L https://github.com/Tinder/sign-here/releases/download/2.2.0/sign-here -o sign-here
chmod +x sign-here
./sign-here
```
Expand All @@ -162,12 +162,11 @@ WORKSPACE
```python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

com_github_tinder_sign_here_version = "1.0.0"
com_github_tinder_sign_here_version = "2.2.0"
http_archive(
name = "com_github_tinder_sign_here",
url = "https://github.com/Tinder/sign-here/archive/refs/tags/%s.tar.gz" % com_github_tinder_sign_here_version,
type = "tar.gz",
sha256 = "15fee635c5f248fa494c5d7041e45468d65be55d406fc4a222de3ece226e7b2e",
strip_prefix = "sign-here-%s" % com_github_tinder_sign_here_version,
)

Expand Down

0 comments on commit 16f8f0b

Please sign in to comment.