diff --git a/builds/doddns b/builds/doddns old mode 100755 new mode 100644 index a257146..549b1fe Binary files a/builds/doddns and b/builds/doddns differ diff --git a/changelog.md b/changelog.md index 774373f..9215b2e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,9 @@ # Changelog # X (Next release) +- Nothing yet. + +# 1.3.0 - Now with more dependency injection thanks to @victorlap ! - Added ASCII logo from latest version of Laravel Zero. diff --git a/config/app.php b/config/app.php index 95bcf4d..f5a9761 100644 --- a/config/app.php +++ b/config/app.php @@ -26,7 +26,7 @@ | */ - 'version' => "1.1.0", + 'version' => "1.3.0", /* |--------------------------------------------------------------------------