Skip to content

Commit 2239485

Browse files
committed
Readme fixes. Copyright year
1 parent 39c78b0 commit 2239485

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This package is to displaying the model data in a Detail table.
2424

2525
Run the composer command:
2626

27-
`composer require itstructure/laravel-detail-view "~1.0.0"`
27+
`composer require itstructure/laravel-detail-view "~1.0.1"`
2828

2929
### If you are testing this package from a local server directory
3030

@@ -303,6 +303,6 @@ $detailData = [
303303

304304
## License
305305

306-
Copyright © 2021 Andrey Girnik [email protected].
306+
Copyright © 2021-2022 Andrey Girnik [email protected].
307307

308308
Licensed under the [MIT license](http://opensource.org/licenses/MIT). See LICENSE.txt for details.

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
### CHANGE LOG:
22

3+
**1.0.1 January 10, 2022:**
4+
- Readme fixes. Copyright year.
5+
36
**1.0.0 April 24, 2021:**
47
- Create package with the first release.

0 commit comments

Comments
 (0)