Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kingtim committed Mar 14, 2013
1 parent 8c6f866 commit 19c0fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nrepl.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down Expand Up @@ -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 ()
Expand Down
2 changes: 1 addition & 1 deletion test/nrepl-tests.el
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

Expand Down

0 comments on commit 19c0fbb

Please sign in to comment.