Skip to content

Commit a27bea4

Browse files
authored
Update Version and Add Links in Readme file
1 parent b2436b3 commit a27bea4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
---
55

6+
![GitHub](https://img.shields.io/github/license/signaturetech/laravel-otp)
7+
![Packagist Downloads](https://img.shields.io/packagist/dt/signaturetech/laravel-otp)
8+
69
## Table of contents
710

811
- [Introduction](#introduction)

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"otp",
77
"laravel",
88
"mobile",
9-
"email"
9+
"email",
10+
"laravel-otp"
1011
],
1112
"license": "MIT",
1213
"require": {
@@ -30,7 +31,7 @@
3031
}
3132
],
3233
"minimum-stability": "stable",
33-
"version": "1.0.1",
34+
"version": "1.0.2",
3435
"extra": {
3536
"laravel": {
3637
"providers": [

0 commit comments

Comments
 (0)