Skip to content

Commit

Permalink
build: 2.2.0 → 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttak0422 committed Apr 28, 2024
1 parent 7d79841 commit 5c2e819
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bundler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bundler"
version = "2.2.0"
version = "2.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion nix/bundler-nvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bundler-nvim = {
package = pkgs.vimUtils.buildVimPlugin {
pname = "bundler-nvim";
version = "2.2.0";
version = "2.2.1";
src = ./../bundler-nvim;
};
};
Expand Down
2 changes: 1 addition & 1 deletion nix/bundler-vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bundler-vim = {
package = pkgs.vimUtils.buildVimPlugin {
pname = "bundler-vim";
version = "2.2.0";
version = "2.2.1";
src = ./../bundler-vim;
};
};
Expand Down
2 changes: 1 addition & 1 deletion nix/neovim-flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ in {

cfgFiles = mkDerivation {
pname = "bundler-nvim-config";
version = "2.2.0";
version = "2.2.1";
phases = [ "installPhase" ];
installPhase = ''
mkdir $out
Expand Down
2 changes: 1 addition & 1 deletion nix/vim-flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ in {

cfgFiles = mkDerivation {
pname = "bundler-vim-config";
version = "2.2.0";
version = "2.2.1";
phases = [ "installPhase" ];
installPhase = ''
mkdir $out
Expand Down

0 comments on commit 5c2e819

Please sign in to comment.