Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed May 15, 2018
1 parent 88211e7 commit 4a2db72
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions composer.json
@@ -1,8 +1,8 @@
{ {
"name": "sciactive/umailphp", "name": "sciactive/umailphp",
"description": "An email templating system for Nymph.", "description": "An email templating system for Nymph.",
"version": "2.3.0", "version": "2.4.0",
"time": "2018-04-23", "time": "2018-05-14",
"homepage": "http://umailphp.org/", "homepage": "http://umailphp.org/",
"type": "library", "type": "library",
"authors": [ "authors": [
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "umailphp", "name": "umailphp",
"version": "2.3.0", "version": "2.4.0",
"description": "An email templating system for Nymph.", "description": "An email templating system for Nymph.",
"main": "lib/umailphp.js", "main": "lib/umailphp.js",
"browser": "src/umailphp.js", "browser": "src/umailphp.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Mail.php
Expand Up @@ -16,7 +16,7 @@
* @link http://umailphp.org/ * @link http://umailphp.org/
*/ */
class Mail { class Mail {
const VERSION = '2.1.1'; const VERSION = '2.4.0';
/** /**
* A copy of the uMailPHP config. * A copy of the uMailPHP config.
* *
Expand Down

0 comments on commit 4a2db72

Please sign in to comment.