From f3176fbf9c11b94cf05bd8279399d9536115ff3c Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 6 Oct 2021 09:31:30 -0700 Subject: [PATCH] bump version to 0.5.4 --- dumb-jump.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dumb-jump.el b/dumb-jump.el index 2548131..d6bca2d 100644 --- a/dumb-jump.el +++ b/dumb-jump.el @@ -1,8 +1,8 @@ ;;; dumb-jump.el --- Jump to definition for 50+ languages without configuration -*- lexical-binding: t; -*- -;; Copyright (C) 2015-2019 jack angers +;; Copyright (C) 2015-2021 jack angers ;; Author: jack angers and contributors ;; Url: https://github.com/jacktasia/dumb-jump -;; Version: 0.5.3 +;; Version: 0.5.4 ;; Package-Requires: ((emacs "24.3") (s "1.11.0") (dash "2.9.0") (popup "0.5.3")) ;; Keywords: programming