diff --git a/magit-file-icons.el b/magit-file-icons.el index 8b0023d2..e0bbed8e 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.2 +;; Package-Version: 2.0.0 ;; 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 9c57ae26..29b2dfb1 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.2"; + version = "v2.0.0"; src = ../.;