branch: externals/php-fill
commit e68bd8b1d27c7f435d1922bf80aea59410125376
Author: Ariel Del Valle Lozano <[email protected]>
Commit: Ariel Del Valle Lozano <[email protected]>
v1.1.0
---
Eask | 2 +-
php-fill.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Eask b/Eask
index 92740547db..3892d4cb97 100644
--- a/Eask
+++ b/Eask
@@ -1,7 +1,7 @@
;; -*- mode: eask; lexical-binding: t -*-
(package "php-fill"
- "1.0.0"
+ "1.1.0"
"Additional fill commands for PHP code editing")
(website-url "https://github.com/arielenter/php-fill.el")
diff --git a/php-fill.el b/php-fill.el
index 78c29cd44a..1a8b6709fd 100644
--- a/php-fill.el
+++ b/php-fill.el
@@ -5,7 +5,7 @@
;; Author: Ariel Del Valle Lozano <[email protected]>
;; Maintainer: Ariel Del Valle Lozano <[email protected]>
;; URL: https://github.com/arielenter/php-fill.el
-;; Version: 1.0.0
+;; Version: 1.1.0
;; Package-Requires: ((emacs "27.1"))
;; Keywords: php, languages, tools, convenience