diff --git a/bundler/Cargo.lock b/bundler/Cargo.lock index 19216c1..0d1ce2f 100644 --- a/bundler/Cargo.lock +++ b/bundler/Cargo.lock @@ -31,7 +31,7 @@ checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" [[package]] name = "bundler" -version = "2.0.0" +version = "2.1.0" dependencies = [ "anyhow", "derive_builder", diff --git a/bundler/Cargo.toml b/bundler/Cargo.toml index 6f6555b..0d9ae41 100644 --- a/bundler/Cargo.toml +++ b/bundler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bundler" -version = "2.0.0" +version = "2.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/nix/bundler-vim.nix b/nix/bundler-vim.nix index 3aee41a..73e6f5b 100644 --- a/nix/bundler-vim.nix +++ b/nix/bundler-vim.nix @@ -2,7 +2,7 @@ bundler-vim = { package = pkgs.vimUtils.buildVimPlugin { pname = "bundler-vim"; - version = "2.0.0"; + version = "2.1.0"; src = ./../bundler-vim; }; }; diff --git a/nix/neovim-flake-module.nix b/nix/neovim-flake-module.nix index 021a8ad..bd18eb7 100644 --- a/nix/neovim-flake-module.nix +++ b/nix/neovim-flake-module.nix @@ -323,7 +323,7 @@ in { cfgFiles = mkDerivation { pname = "bundler-nvim-config"; - version = "2.0.0"; + version = "2.1.0"; phases = [ "installPhase" ]; installPhase = '' mkdir $out diff --git a/nix/vim-flake-module.nix b/nix/vim-flake-module.nix index 68a0401..6aa0635 100644 --- a/nix/vim-flake-module.nix +++ b/nix/vim-flake-module.nix @@ -270,7 +270,7 @@ in { cfgFiles = mkDerivation { pname = "bundler-vim-config"; - version = "2.0.0"; + version = "2.1.0"; phases = [ "installPhase" ]; installPhase = '' mkdir $out