Skip to content

Commit babbc84

Browse files
committed
Fix typos of README.md file
1 parent 9d54508 commit babbc84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ genimg -h # or "genimg --help"
3333

3434
## License
3535

36-
This software is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You can view the full license [here](https://github.com/enindu/genimg/blob/master/COPYING).
36+
This software is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You can view the full license [here](https://github.com/enindu/genimg/blob/master/COPYING.md).

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
func version() {
23-
message := `genimg v1.0.0
23+
message := `genimg v1.0.1
2424
Copyright (C) 2025 Enindu Alahapperuma
2525
Licensed under GNU GPL 3.0`
2626

0 commit comments

Comments
 (0)