Skip to content

Commit

Permalink
Merge pull request #22 from grafov/version-bump
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
grafov authored Nov 26, 2022
2 parents f6c8b14 + d4e175d commit 41a05ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go-playground.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Author: Alexander I.Grafov <[email protected]>
;; URL: https://github.com/grafov/go-playground
;; Keywords: tools, golang
;; Version: 1.7.1
;; Version: 1.8.1
;; Package-Requires: ((emacs "24") (go-mode "1.4.0") (gotest "0.13.0"))

;; This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -239,7 +239,7 @@ Tries to look for a URL at point."
(and (bound-and-true-p go-playground-mode)
buffer-file-name
(string-prefix-p (file-truename go-playground-basedir)
(file-truename buffer-file-name))))
(file-truename buffer-file-name))))

(provide 'go-playground)
;;; go-playground.el ends here

0 comments on commit 41a05ad

Please sign in to comment.