Skip to content

Commit

Permalink
enable composer lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel committed Aug 2, 2019
1 parent 158918d commit feda9db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.composer.lock
compile.bat
compile.sh
vendor
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "millsoft/htmlmailcompiler",
"description": "HTML Mail Compiler",
"version": "1.0.2",
"version": "1.1.2",
"type": "project",
"keywords": [
"htmlcompiler", "htmlmail", "htmlemail", "htmlmailcompiler", "html mail compiler", "html email", "inline css", "bulletproof html email"
Expand Down
2 changes: 1 addition & 1 deletion src/compile.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
error_reporting(E_ALL);
ini_set('display_errors', 1);

$app_version = "1.1.0";
$app_version = "1.1.2";

$autoload_file = __DIR__ . "/../vendor/autoload.php";
$autoload_file_global = __DIR__ . "/../../../autoload.php";
Expand Down

0 comments on commit feda9db

Please sign in to comment.