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

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

[nongnu] elpa/j-mode 36cb97e 31/56: Mastering v1.0.2


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode 36cb97e 31/56: Mastering v1.0.2
Date: Sun, 29 Aug 2021 11:20:49 -0400 (EDT)

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

    Mastering v1.0.2
---
 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 0ebd63d..a2d8378 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.0.0
+;; Version: 1.0.2
 ;; Keywords: J, Langauges
 
 ;; This file is not part of GNU Emacs.
@@ -37,7 +37,7 @@
 (require 'comint)
 
 
-;; (defconst j-console-version "0.0.1"
+;; (defconst j-console-version "1.0.2"
 ;;   "`j-console' version")
 
 (defgroup j-console nil
diff --git a/j-font-lock.el b/j-font-lock.el
index 2be9f43..be28a63 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.0.0
+;; Version: 1.0.2
 ;; Keywords: J, Langauges
 
 ;; This file is not part of GNU Emacs.
@@ -43,7 +43,7 @@
 ;;; Code:
 
 
-;; (defconst j-font-lock-version "1.0.0"
+;; (defconst j-font-lock-version "1.0.2"
 ;;   "`j-font-lock' version")
 
 (defgroup j-font-lock nil
diff --git a/j-help.el b/j-help.el
index 904920d..9c77749 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.0.0
+;; Version: 1.0.2
 ;; Keywords: J, Languages
 
 ;; This file is not part of GNU Emacs.
diff --git a/j-mode.el b/j-mode.el
index d1f239c..f6de5c1 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.0.0
+;; Version: 1.0.2
 ;; Keywords: J, Langauges
 
 ;; This file is not part of GNU Emacs.
@@ -54,7 +54,7 @@
 (require 'j-help)
 
 
-(defconst j-mode-version "1.0.0"
+(defconst j-mode-version "1.0.2"
   "`j-mode' version")
 
 (defgroup j-mode nil



reply via email to

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