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

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

[nongnu] elpa/j-mode e9190a8 09/56: Version bump


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode e9190a8 09/56: Version bump
Date: Sun, 29 Aug 2021 11:20:44 -0400 (EDT)

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

    Version bump
---
 README.md | 5 ++---
 j-mode.el | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index c39a74f..dbf31a0 100644
--- a/README.md
+++ b/README.md
@@ -44,9 +44,8 @@ just set all of the faces to be the same.
 
 ## REPL Interaction
 
-Interaction is rudimentary. <kbd>M-x j-console</kbd> or
-<kbd>C-c !</kbd> in `j-mode` will start a new jconsole process wrapped in a
-comint buffer.
+Interaction is rudimentary. <kbd>M-x j-console</kbd> or <kbd>C-c !</kbd> in
+`j-mode` will start a new jconsole process wrapped in a comint buffer.
 
 The following commands are provided as convenience methods
 
diff --git a/j-mode.el b/j-mode.el
index 016ffac..c14d589 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: 0.0.5
+;; Version: 0.0.7
 ;; Keywords: J, Langauges
 
 ;; This file is not part of GNU Emacs.
@@ -38,7 +38,7 @@
 (require 'comint)
 
 
-(defconst j-mode-version "0.0.5"
+(defconst j-mode-version "0.0.7"
   "`j-mode' version")
 
 (defgroup j-mode nil



reply via email to

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