Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sviridov committed Jun 3, 2015
1 parent 63cb0f7 commit 068d397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions undercover.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; URL: https://github.com/sviridov/undercover.el
;; Created: Sat Sep 27 2014
;; Keywords: lisp, tests, coverage, tools
;; Version: 0.4.0
;; Version: 0.5.0
;; Package-Requires: ((emacs "24") (dash "2.0.0") (shut-up "0.3.2"))

;;; Commentary:
Expand All @@ -22,7 +22,7 @@
(require 'dash)
(require 'shut-up)

(defconst undercover-version "0.4.0")
(defconst undercover-version "0.5.0")

(defvar undercover-force-coverage nil
"If nil, test coverage check will be done only under continuous integration service.")
Expand Down

0 comments on commit 068d397

Please sign in to comment.