Skip to content

Commit 8755a3b

Browse files
author
Michel
committed
trigger update for fix on packagist
1 parent e8f9b1f commit 8755a3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "millsoft/htmlmailcompiler",
33
"description": "HTML Mail Compiler",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"type": "project",
66
"keywords": [
77
"htmlcompiler", "htmlmail", "htmlemail", "htmlmailcompiler", "html mail compiler", "html email", "inline css", "bulletproof html email"

src/compile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
error_reporting(E_ALL);
1111
ini_set('display_errors', 1);
1212

13-
$app_version = "1.0.1";
13+
$app_version = "1.0.2";
1414

1515
$autoload_file = __DIR__ . "/../vendor/autoload.php";
1616
$autoload_file_global = __DIR__ . "/../../../autoload.php";

0 commit comments

Comments
 (0)