Skip to content

Commit 62d1c33

Browse files
committed
fix: set version on README
1 parent 46faebb commit 62d1c33

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
██║ ╚██████╔╝╚██████╔╝██║ ██║███████╗
77
╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
88
```
9-
[![Release](https://img.shields.io/badge/release-2.4.5-brightgreen)](https://github.com/mateuscomh/yoURL/releases)
9+
[![Release](https://img.shields.io/badge/release-2.6.1-brightgreen)](https://github.com/mateuscomh/yoURL/releases)
1010
[![Build Status](https://github.com/mateuscomh/yoURL/actions/workflows/shell-linter.yml/badge.svg)](https://github.com/mateuscomh/yoURL/actions/workflows/shell-linter.yml)
1111

1212
# URL shortner and upload files direct from terminal

yourl.sh

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ logo="
1717
╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
1818
"
1919
usage="yourl.sh - URL shortner and upload files from bash
20-
Usage:
20+
Version: $version
21+
Usage:
2122
To short links:
2223
yourl.sh 'URL' URL shortner by http://tinyurl.com
2324
To send files:

0 commit comments

Comments
 (0)