Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
evnp committed Jun 7, 2023
1 parent c4ad413 commit 06087fa
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 8 deletions.
65 changes: 59 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tmex",
"version": "1.0.9",
"version": "1.0.10",
"description": "A minimalist tmux layout manager - one shell script + tmux + zero other dependencies",
"main": "tmex",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tmex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# tmex 1.0.9
# tmex 1.0.10

# sanity - exit on any error; no unbound variables
set -euo pipefail
Expand Down

0 comments on commit 06087fa

Please sign in to comment.