Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Sep 15, 2021
1 parent e513d82 commit 8711b7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
Copyright (C) 2018-2058 Nguyen An Hung <[email protected]> - https://nguyenanhung.com

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

nguyenanhung/omnisend Copyright (C) 2021 Hung Nguyen <[email protected]>
nguyenanhung/omnisend Copyright (C) 2018-2058 Nguyen An Hung <[email protected]> - https://nguyenanhung.com
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Omnisend

[![Latest Stable Version](https://poser.pugx.org/nguyenanhung/omnisend/v/stable)](https://packagist.org/packages/nguyenanhung/omnisend)
[![Total Downloads](https://poser.pugx.org/nguyenanhung/omnisend/downloads)](https://packagist.org/packages/nguyenanhung/omnisend)
[![Latest Unstable Version](https://poser.pugx.org/nguyenanhung/omnisend/v/unstable)](https://packagist.org/packages/nguyenanhung/omnisend)
[![composer.lock](https://poser.pugx.org/nguyenanhung/omnisend/composerlock)](https://packagist.org/packages/nguyenanhung/omnisend)
[![License](https://poser.pugx.org/nguyenanhung/omnisend/license)](https://packagist.org/packages/nguyenanhung/omnisend)
[![Latest Stable Version](http://poser.pugx.org/nguyenanhung/omnisend/v)](https://packagist.org/packages/nguyenanhung/omnisend) [![Total Downloads](http://poser.pugx.org/nguyenanhung/omnisend/downloads)](https://packagist.org/packages/nguyenanhung/omnisend) [![Latest Unstable Version](http://poser.pugx.org/nguyenanhung/omnisend/v/unstable)](https://packagist.org/packages/nguyenanhung/omnisend) [![License](http://poser.pugx.org/nguyenanhung/omnisend/license)](https://packagist.org/packages/nguyenanhung/omnisend) [![PHP Version Require](http://poser.pugx.org/nguyenanhung/omnisend/require/php)](https://packagist.org/packages/nguyenanhung/omnisend)

Omnisend: Ecommerce Email Marketing and SMS Platform

Expand Down
2 changes: 1 addition & 1 deletion src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
interface Environment
{
const VERSION = '1.0.0';
const VERSION = '1.0.1';
const AUTHOR_NAME = 'Hung Nguyen';
const AUTHOR_EMAIL = '[email protected]';
const AUTHOR_URL = 'https://nguyenanhung.com';
Expand Down

0 comments on commit 8711b7a

Please sign in to comment.