Skip to content

Commit da11d7a

Browse files
committed
updated new tag version to release
1 parent 3c7b716 commit da11d7a

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -141,31 +141,31 @@ Here you will need to add `$GOBIN` or `$GOPATH/bin` is in your `PATH` as well.
141141
### Using Download Prebuilt Binaries
142142

143143
#### Overview
144-
These are prebuilt binaries for the IPGeolocation CLI tool, version **1.0.1**. Users can download these files directly from [GitHub Releases](https://github.com/IPGeolocation/cli/releases) or from the table below without needing to build from source.
144+
These are prebuilt binaries for the IPGeolocation CLI tool, version **1.0.3**. Users can download these files directly from [GitHub Releases](https://github.com/IPGeolocation/cli/releases) or from the table below without needing to build from source.
145145

146146
The CLI provides geolocation information, timezone, user-agent parsing, bulk IP lookups, and more.
147147

148148
#### Prebuilt Binaries
149149

150150
| Platform | Architecture | File Name / Downoad Link |
151151
|----------|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------|
152-
| Linux | amd64 | [**ipgeolocation-1.0.1-linux-amd64.tar.gz**](https://github.com/IPGeolocation/cli/releases/download/v1.0.1/ipgeolocation-1.0.1-linux-amd64.tar.gz) |
153-
| Linux | arm64 | [**ipgeolocation-1.0.1-linux-arm64.tar.gz**](https://github.com/IPGeolocation/cli/releases/download/v1.0.1/ipgeolocation-1.0.1-linux-arm64.tar.gz) |
154-
| macOS | amd64 | [**ipgeolocation-1.0.1-darwin-amd64.tar.gz**](https://github.com/IPGeolocation/cli/releases/download/v1.0.1/ipgeolocation-1.0.1-darwin-amd64.tar.gz) |
155-
| macOS | arm64 | [**ipgeolocation-1.0.1-darwin-arm64.tar.gz**](https://github.com/IPGeolocation/cli/releases/download/v1.0.1/ipgeolocation-1.0.1-darwin-arm64.tar.gz) |
156-
| Windows | amd64 | [**ipgeolocation-1.0.1-windows-amd64.zip**](https://github.com/IPGeolocation/cli/releases/download/v1.0.1/ipgeolocation-1.0.1-windows-amd64.zip) |
152+
| Linux | amd64 | [**ipgeolocation-1.0.3-linux-amd64.tar.gz**](https://github.com/IPGeolocation/cli/releases/download/v1.0.3/ipgeolocation-1.0.3-linux-amd64.tar.gz) |
153+
| Linux | arm64 | [**ipgeolocation-1.0.3-linux-arm64.tar.gz**](https://github.com/IPGeolocation/cli/releases/download/v1.0.3/ipgeolocation-1.0.3-linux-arm64.tar.gz) |
154+
| macOS | amd64 | [**ipgeolocation-1.0.3-darwin-amd64.tar.gz**](https://github.com/IPGeolocation/cli/releases/download/v1.0.3/ipgeolocation-1.0.3-darwin-amd64.tar.gz) |
155+
| macOS | arm64 | [**ipgeolocation-1.0.3-darwin-arm64.tar.gz**](https://github.com/IPGeolocation/cli/releases/download/v1.0.3/ipgeolocation-1.0.3-darwin-arm64.tar.gz) |
156+
| Windows | amd64 | [**ipgeolocation-1.0.3-windows-amd64.zip**](https://github.com/IPGeolocation/cli/releases/download/v1.0.3/ipgeolocation-1.0.3-windows-amd64.zip) |
157157

158158
#### Installation Instructions
159159

160160
**Linux:**
161161
1. Download the `.tar.gz` file for your architecture.
162162
2. Extract it to a folder in your PATH, e.g., `/usr/local/bin`:
163163
```bash
164-
tar -xzf ipgeolocation-1.0.1-linux-amd64.tar.gz -C /usr/local/bin
164+
tar -xzf ipgeolocation-1.0.3-linux-amd64.tar.gz -C /usr/local/bin
165165
```
166166
3. Rename the binary for simplicity:
167167
```bash
168-
mv /usr/local/bin/ipgeolocation-1.0.1-linux-amd64 /usr/local/bin/ipgeolocation
168+
mv /usr/local/bin/ipgeolocation-1.0.3-linux-amd64 /usr/local/bin/ipgeolocation
169169
```
170170
4. Make the binary executable:
171171
```bash
@@ -180,11 +180,11 @@ The CLI provides geolocation information, timezone, user-agent parsing, bulk IP
180180
1. Download the `.tar.gz` file for your architecture (amd64 or arm64).
181181
2. Extract to a folder in your PATH, e.g., `/usr/local/bin`:
182182
```bash
183-
tar -xzf ipgeolocation-1.0.1-darwin-amd64.tar.gz -C /usr/local/bin
183+
tar -xzf ipgeolocation-1.0.3-darwin-amd64.tar.gz -C /usr/local/bin
184184
```
185185
3. Rename the binary:
186186
```bash
187-
mv /usr/local/bin/ipgeolocation-1.0.1-darwin-amd64 /usr/local/bin/ipgeolocation
187+
mv /usr/local/bin/ipgeolocation-1.0.3-darwin-amd64 /usr/local/bin/ipgeolocation
188188
```
189189
4. Make executable:
190190
```bash
@@ -197,7 +197,7 @@ The CLI provides geolocation information, timezone, user-agent parsing, bulk IP
197197

198198
**Windows:**
199199
1. Download the `.zip` file.
200-
2. Extract the `ipgeolocation-1.0.1-windows-amd64.exe` to a folder included in your system `PATH`.
200+
2. Extract the `ipgeolocation-1.0.3-windows-amd64.exe` to a folder included in your system `PATH`.
201201
3. Rename the binary to `ipgeolocation.exe` for convenience.
202202
4. Open Command Prompt and verify:
203203
```cmd
@@ -207,7 +207,7 @@ The CLI provides geolocation information, timezone, user-agent parsing, bulk IP
207207
> [!NOTE]
208208
> - Ensure execution permissions on Linux/macOS.
209209
> - Recommended folder for binaries: `/usr/local/bin` or any folder in your PATH.
210-
> - Prebuilt binaries include version **1.0.1** in their filename. Rename them after extraction for easier usage.
210+
> - Prebuilt binaries include version **1.0.3** in their filename. Rename them after extraction for easier usage.
211211
> - For updates, check GitHub Releases.
212212
213213
### Troubleshooting

build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
APP_NAME="ipgeolocation"
5-
VERSION="1.0.1" # fixed version
5+
VERSION="1.0.3" # fixed version
66

77
rm -rf dist
88
mkdir -p dist

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
var rootCmd = &cobra.Command{
1818
Use: "ipgeolocation",
1919
Short: "CLI for accessing IPGeolocation.io API endpoints",
20-
Version: "1.0.1",
20+
Version: "1.0.3",
2121
Long: `ipgeolocation is a command-line interface (CLI) tool for accessing all major endpoints of the IPGeolocation.io API.
2222
It allows you to retrieve IP geolocation data, timezone information, currency details, user-agent parsing, and more, directly from your terminal.
2323

0 commit comments

Comments
 (0)