Skip to content

Commit feda9db

Browse files
author
Michel
committed
enable composer lock
1 parent 158918d commit feda9db

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.composer.lock
21
compile.bat
32
compile.sh
43
vendor

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.2",
4+
"version": "1.1.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.1.0";
13+
$app_version = "1.1.2";
1414

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

0 commit comments

Comments
 (0)