Skip to content

Commit

Permalink
Merge pull request #39 from ttak0422/update-denops
Browse files Browse the repository at this point in the history
fixup: update all versions
  • Loading branch information
ttak0422 authored Feb 15, 2024
2 parents 1ebd058 + 3e00e25 commit 0214be3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.0.0"
version = "2.1.0"
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-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.0.0";
version = "2.1.0";
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.0.0";
version = "2.1.0";
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.0.0";
version = "2.1.0";
phases = [ "installPhase" ];
installPhase = ''
mkdir $out
Expand Down

0 comments on commit 0214be3

Please sign in to comment.