Skip to content

Commit 251257e

Browse files
committed
Release 0.3.0
1 parent f0ca87c commit 251257e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following to your [zellij config](https://zellij.dev/documentation/confi
1818

1919
```kdl
2020
load_plugins {
21-
"https://github.com/bezbac/zellij-tabula/releases/download/v0.2.0/zellij-tabula.wasm" {
21+
"https://github.com/bezbac/zellij-tabula/releases/download/v0.3.0/zellij-tabula.wasm" {
2222
home_dir "YOUR_HOME_DIRECTORY"
2323
// Workaround for https://github.com/zellij-org/zellij/issues/3535
2424
// Disable only if you explicitly want old position-based rename targeting.
@@ -39,7 +39,7 @@ Add the following to your sheldon [plugins.toml](https://github.com/rossmacarthu
3939
[plugins.zellij-tabula]
4040
github = "bezbac/zellij-tabula"
4141
use = ["{{ name }}.plugin.zsh"]
42-
tag = "v0.2.0"
42+
tag = "v0.3.0"
4343
```
4444

4545
</details>

zellij-tabula.plugin.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export ZELLIJ_TABULA_ZSH_PLUGIN_VERSION="0.2.0"
1+
export ZELLIJ_TABULA_ZSH_PLUGIN_VERSION="0.3.0"
22

33
zellij() {
44
command zellij "$@"

zellij/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zellij-tabula"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Ben Bachem <10088265+bezbac@users.noreply.github.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)