diff --git a/magit-file-icons.el b/magit-file-icons.el index cf0119b8..60186c42 100644 --- a/magit-file-icons.el +++ b/magit-file-icons.el @@ -6,7 +6,7 @@ ;; Created: 14 May 2024 ;; URL: https://github.com/gekoke/magit-file-icons -;; Package-Version: 1.0.0 +;; Package-Version: 1.0.2 ;; Package-Requires: ((emacs "24.3") (magit "3.3.0") (nerd-icons "0.1.0") (el-patch "3.1")) ;; This program is free software; you can redistribute it and/or modify diff --git a/nix/packages.nix b/nix/packages.nix index c8764d90..9c57ae26 100644 --- a/nix/packages.nix +++ b/nix/packages.nix @@ -7,7 +7,7 @@ _: { magit-file-icons = pkgs.emacsPackages.trivialBuild rec { pname = "magit-file-icons"; - version = "v1.0.0"; + version = "v1.0.2"; src = ../.;