Bump version and copyright year

This commit is contained in:
Josh Sherman 2019-01-02 23:31:31 -06:00
parent f894f3d5cc
commit 099b421d0d
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2014, 2015, 2016, 2017, 2018 Josh Sherman
Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019 Josh Sherman
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -1,7 +1,7 @@
{
"name": "joshtronic/php-loremipsum",
"description": "Lorem ipsum generator in PHP without dependencies",
"version": "1.0.3",
"version": "1.0.4",
"type": "library",
"keywords": [
"lorem",

View file

@ -9,7 +9,7 @@
* Redistribution of these files must retain the above copyright notice.
*
* @author Josh Sherman <hello@joshtronic.com>
* @copyright Copyright 2014, 2015, 2016, 2017, 2018 Josh Sherman
* @copyright Copyright 2014, 2015, 2016, 2017, 2018, 2019 Josh Sherman
* @license http://www.opensource.org/licenses/mit-license.html
* @link https://github.com/joshtronic/php-loremipsum
*/