Skip to content

Commit

Permalink
Merge pull request #13 from kevinkehl/update-version-and-links
Browse files Browse the repository at this point in the history
Update links and version to reflect release
  • Loading branch information
kevinkehl authored Nov 14, 2016
2 parents 87be216 + f8f5e75 commit 7e36f09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/import-js.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
;; Copyright (C) 2015 Henric Trotzig and Kevin Kehl
;;
;; Author: Kevin Kehl <[email protected]>
;; URL: http://github.com/trotzig/import-js/
;; URL: http://github.com/Galooshi/emacs-import-js/
;; Package-Requires: ((emacs "24"))
;; Version: 0.1
;; Version: 0.1.0
;; Keywords: javascript

;; This file is not part of GNU Emacs.

;;; License:

;; Licensed under the MIT license, see:
;; http://github.com/trotzig/import-js/blob/master/LICENSE
;; http://github.com/Galooshi/emacs-import-js/blob/master/LICENSE

;;; Commentary:

Expand All @@ -24,7 +24,7 @@
;; import-js-goto
;;
;; For a detailed introduction see:
;; http://github.com/trotzig/import-js/blob/master/README.md
;; http://github.com/Galooshi/emacs-import-js/blob/master/README.md

;;; Code:

Expand Down

0 comments on commit 7e36f09

Please sign in to comment.