Skip to content

Commit

Permalink
resolved minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cipheras committed Mar 12, 2022
1 parent be5f37a commit 0063a03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.5.5
- resolved some issue

v1.5.4
- updated the regex to capture link
- make build in bin directory
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can either use a precompiled binary package for your architecture or you can

Windows | Linux
--------|-------
[win-x64](https://github.com/cipheras/loctrack/releases/download/v1.5.3/loctrack-win-x64.zip) | [linux-x64](https://github.com/cipheras/loctrack/releases/download/v1.5.3/loctrack-linux-x64)
[win-x64](https://github.com/cipheras/loctrack/releases/download/v1.5.5/loctrack-win-x64.zip) | [linux-x64](https://github.com/cipheras/loctrack/releases/download/v1.5.5/loctrack-linux-x64)

For other versions or releases go to release page.

Expand All @@ -27,7 +27,7 @@ For other versions or releases go to release page.

### Installing precompiled binary in Linux
* In order to install precompiled binary, make sure you have installed `make`.
* Download **Makefile** from [here](https://github.com/cipheras/loctrack/releases/download/v1.5.3/Makefile) and keep it and your binary in the same directory.
* Download **Makefile** from [here](https://github.com/cipheras/loctrack/releases/download/v1.5.5/Makefile) and keep it and your binary in the same directory.
* Now open terminal in the same dir and run commands:

To install:
Expand Down
2 changes: 1 addition & 1 deletion loctrack.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var url string

const (
// VERSION ...
VERSION = "v1.5.4"
VERSION = "v1.5.5"
)

func main() {
Expand Down

0 comments on commit 0063a03

Please sign in to comment.