Skip to content

Commit 89100cb

Browse files
committed
corrected spelling mistake
1 parent fd93b98 commit 89100cb

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

ascii/ascii.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// For more details visit: https://ipgeolocation.io
12
package ascii
23

34
const asciiArt = `

cmd/ipgeolocation/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// For more details visit: https://ipgeolocation.io
12
package main
23

34
import "github.com/IPGeolocation/cli/cmd"

cmd/parseBulkUserAgents.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2025 IPGeolocation.io <support@ipgeolocation.iio>
2+
Copyright © 2025 IPGeolocation.io <support@ipgeolocation.io>
33
*/
44
package cmd
55

cmd/root.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
Copyright © 2025 IPGeolocation.io <support@ipgeolocation.iio>
2+
Copyright © 2025 IPGeolocation.io <support@ipgeolocation.io>
3+
For more details visit: https://ipgeolocation.io
34
*/
45
package cmd
56

@@ -16,7 +17,7 @@ import (
1617
var rootCmd = &cobra.Command{
1718
Use: "ipgeolocation",
1819
Short: "CLI for accessing IPGeolocation.io API endpoints",
19-
Version: "1.0.0",
20+
Version: "1.0.1",
2021
Long: `ipgeolocation is a command-line interface (CLI) tool for accessing all major endpoints of the IPGeolocation.io API.
2122
It allows you to retrieve IP geolocation data, timezone information, currency details, user-agent parsing, and more, directly from your terminal.
2223

cmd/userAgent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2025 IPGeolocation.io <support@ipgeolocation.iio>
2+
Copyright © 2025 IPGeolocation.io <support@ipgeolocation.io>
33
*/
44
package cmd
55

0 commit comments

Comments
 (0)