Skip to content

Commit

Permalink
Bump version 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed May 6, 2020
1 parent b3008be commit 6fd843b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(package "php-mode" "1.22.2" "Major mode for editing PHP code")
(package "php-mode" "1.23.0" "Major mode for editing PHP code")
(source melpa)

(package-file "php.el")
Expand Down
2 changes: 1 addition & 1 deletion php-align.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Maintainer: USAMI Kenta <[email protected]>
;; Keywords: php languages convenience align
;; Homepage: https://github.com/emacs-php/php-mode
;; Version: 1.22.2
;; Version: 1.23.0
;; Package-Requires: ((emacs "24.3"))
;; License: GPL-3.0-or-later

Expand Down
4 changes: 2 additions & 2 deletions php-face.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; php-face.el --- Face definitions for PHP script -*- lexical-binding: t; -*-

;; Copyright (C) 2019 Friends of Emacs-PHP development
;; Copyright (C) 2020 Friends of Emacs-PHP development

;; Author: USAMI Kenta <[email protected]>
;; Created: 5 May 2019
;; Version: 1.22.2
;; Version: 1.23.0
;; Keywords: faces, php
;; Homepage: https://github.com/emacs-php/php-mode
;; Package-Requires: ((emacs "24.3"))
Expand Down
4 changes: 2 additions & 2 deletions php-mode-debug.el
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
;;; php-mode-debug.el --- Debug functions for PHP Mode -*- lexical-binding: t; -*-

;; Copyright (C) 2018-2019 Friends of Emacs-PHP development
;; Copyright (C) 2020 Friends of Emacs-PHP development

;; Author: USAMI Kenta <[email protected]>
;; URL: https://github.com/emacs-php/php-mode
;; Keywords: maint
;; Version: 1.22.2
;; Version: 1.23.0
;; Package-Requires: ((emacs "24.3"))
;; License: GPL-3.0-or-later

Expand Down
6 changes: 3 additions & 3 deletions php-mode.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; php-mode.el --- Major mode for editing PHP code

;; Copyright (C) 2018-2019 Friends of Emacs-PHP development
;; Copyright (C) 2020 Friends of Emacs-PHP development
;; Copyright (C) 1999, 2000, 2001, 2003, 2004 Turadg Aleahmad
;; 2008 Aaron S. Hawley
;; 2011, 2012, 2013, 2014, 2015, 2016, 2017 Eric James Michael Ritz
Expand All @@ -9,11 +9,11 @@
;; Maintainer: USAMI Kenta <[email protected]>
;; URL: https://github.com/emacs-php/php-mode
;; Keywords: languages php
;; Version: 1.22.2
;; Version: 1.23.0
;; Package-Requires: ((emacs "24.3"))
;; License: GPL-3.0-or-later

(defconst php-mode-version-number "1.22.2"
(defconst php-mode-version-number "1.23.0"
"PHP Mode version number.")

;; This program is free software; you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions php-project.el
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
;;; php-project.el --- Project support for PHP application -*- lexical-binding: t; -*-

;; Copyright (C) 2018-2019 Friends of Emacs-PHP development
;; Copyright (C) 2020 Friends of Emacs-PHP development

;; Author: USAMI Kenta <[email protected]>
;; Keywords: tools, files
;; URL: https://github.com/emacs-php/php-mode
;; Version: 1.22.2
;; Version: 1.23.0
;; Package-Requires: ((emacs "24.3"))
;; License: GPL-3.0-or-later

Expand Down
2 changes: 1 addition & 1 deletion php-util-buffer.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; php-util-buffer.el --- Utility function for buffer manipulation -*- lexical-binding: t; -*-

;; Copyright (C) 2018-2019 Friends of Emacs-PHP development
;; Copyright (C) 2020 Friends of Emacs-PHP development
;; Copyright 2013 The go-mode Authors. All rights reserved.

;; Author: Dominik Honnef
Expand Down
4 changes: 2 additions & 2 deletions php.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; php.el --- PHP support for friends -*- lexical-binding: t; -*-

;; Copyright (C) 2019 Friends of Emacs-PHP development
;; Copyright (C) 2020 Friends of Emacs-PHP development

;; Author: USAMI Kenta <[email protected]>
;; Created: 5 Dec 2018
;; Version: 1.22.2
;; Version: 1.23.0
;; Keywords: languages, php
;; Homepage: https://github.com/emacs-php/php-mode
;; Package-Requires: ((emacs "24.3"))
Expand Down

0 comments on commit 6fd843b

Please sign in to comment.