Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wesnel committed Dec 7, 2023
1 parent 6955144 commit 496839b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.1]

### Added

* Added variable `elsewhere-version`.
Expand Down Expand Up @@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Support opening generated URL in browser using `browse-url`
* Support choosing a revision for URLs using `completing-read`

[Unreleased]: https://github.com/wesnel/elsewhere/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/wesnel/elsewhere/compare/v1.3.1...HEAD
[1.3.1]: https://github.com/wesnel/elsewhere/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/wesnel/elsewhere/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/wesnel/elsewhere/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/wesnel/elsewhere/compare/v1.1.0...v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions elsewhere-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
;; Created: 24 Jul 2023
;; Keywords: convenience

;; Version: 1.3.0
;; Package-Requires: ((emacs "29.1") (elsewhere "1.3.0"))
;; Version: 1.3.1
;; Package-Requires: ((emacs "29.1") (elsewhere "1.3.1"))

;; This file is not part of GNU Emacs.

Expand Down
4 changes: 2 additions & 2 deletions elsewhere.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Created: 24 Jul 2023
;; Keywords: convenience

;; Version: 1.3.0
;; Version: 1.3.1
;; Package-Requires: ((emacs "29.1"))

;; This file is not part of GNU Emacs.
Expand Down Expand Up @@ -37,7 +37,7 @@

;;; Code:

(defconst elsewhere-version "1.3.0"
(defconst elsewhere-version "1.3.1"
"Current version of elsewhere.")

(eval-when-compile
Expand Down

0 comments on commit 496839b

Please sign in to comment.