emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/j-mode caa55df 47/56: Cutting version 1.1.1


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode caa55df 47/56: Cutting version 1.1.1
Date: Sun, 29 Aug 2021 11:20:51 -0400 (EDT)

branch: elpa/j-mode
commit caa55dfaae01d1875380929826952c2b3ef8a653
Author: Zachary Elliott <zach@nyu.edu>
Commit: Zachary Elliott <zach@nyu.edu>

    Cutting version 1.1.1
---
 j-console.el   | 4 ++--
 j-font-lock.el | 4 ++--
 j-help.el      | 2 +-
 j-mode.el      | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/j-console.el b/j-console.el
index 0b20789..f06955c 100644
--- a/j-console.el
+++ b/j-console.el
@@ -5,7 +5,7 @@
 ;;
 ;; Authors: Zachary Elliott <ZacharyElliott1@gmail.com>
 ;; URL: http://github.com/zellio/j-mode
-;; Version: 1.1.0
+;; Version: 1.1.1
 ;; Keywords: J, Langauges
 
 ;; This file is not part of GNU Emacs.
@@ -37,7 +37,7 @@
 (require 'comint)
 
 
-;; (defconst j-console-version "1.0.2"
+;; (defconst j-console-version "1.1.1"
 ;;   "`j-console' version")
 
 (defgroup j-console nil
diff --git a/j-font-lock.el b/j-font-lock.el
index 60ab02f..3d4b678 100644
--- a/j-font-lock.el
+++ b/j-font-lock.el
@@ -5,7 +5,7 @@
 ;;
 ;; Authors: Zachary Elliott <ZacharyElliott1@gmail.com>
 ;; URL: http://github.com/zellio/j-mode
-;; Version: 1.1.0
+;; Version: 1.1.1
 ;; Keywords: J, Langauges
 
 ;; This file is not part of GNU Emacs.
@@ -43,7 +43,7 @@
 ;;; Code:
 
 
-;; (defconst j-font-lock-version "1.0.2"
+;; (defconst j-font-lock-version "1.1.1"
 ;;   "`j-font-lock' version")
 
 (defgroup j-font-lock nil
diff --git a/j-help.el b/j-help.el
index dcb060f..1e92357 100644
--- a/j-help.el
+++ b/j-help.el
@@ -5,7 +5,7 @@
 ;;
 ;; Authors: Zachary Elliott <ZacharyElliott1@gmail.com>
 ;; URL: http://github.com/zellio/j-mode
-;; Version: 1.1.0
+;; Version: 1.1.1
 ;; Keywords: J, Languages
 
 ;; This file is not part of GNU Emacs.
diff --git a/j-mode.el b/j-mode.el
index e43934e..bb63eb9 100644
--- a/j-mode.el
+++ b/j-mode.el
@@ -5,7 +5,7 @@
 ;;
 ;; Authors: Zachary Elliott <ZacharyElliott1@gmail.com>
 ;; URL: http://github.com/zellio/j-mode
-;; Version: 1.1.0
+;; Version: 1.1.1
 ;; Keywords: J, Langauges
 
 ;; This file is not part of GNU Emacs.
@@ -54,7 +54,7 @@
 (require 'j-help)
 
 
-(defconst j-mode-version "1.1.0"
+(defconst j-mode-version "1.1.1"
   "`j-mode' version")
 
 (defgroup j-mode nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]