Skip to content

Commit

Permalink
fixup: update all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ttak0422 committed Feb 12, 2024
1 parent d99c0c2 commit 2b8b741
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 2b8b741

Please sign in to comment.