-
-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
;; Author: Tim King <[email protected]> | ||
;; Phil Hagelberg <[email protected]> | ||
;; URL: http://www.github.com/kingtim/nrepl.el | ||
;; Version: 0.1.7 | ||
;; Version: 0.1.8 | ||
;; Keywords: languages, clojure, nrepl | ||
;; Package-Requires: ((clojure-mode "2.0.0")) | ||
|
||
|
@@ -67,7 +67,7 @@ | |
:prefix "nrepl-" | ||
:group 'applications) | ||
|
||
(defconst nrepl-current-version "0.1.7" | ||
(defconst nrepl-current-version "0.1.8-preview" | ||
"The current nREPL.el version.") | ||
|
||
(defun nrepl-version () | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; nrepl-tests.el | ||
|
||
;; Copyright © 2012 Tim King | ||
;; Copyright © 2012-2013 Tim King | ||
|
||
;; Author: Tim King | ||
|
||
|