Skip to content

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 4, 2024
1 parent 6e6b4f1 commit 14b8cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Or download the binary from the [releases page](https://github.com/pocketenv-io/
pocketenv --help

Usage: pocketenv
Version: 0.1.1
Version: 0.1.2

Description:

Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { dir } from "../deps.ts";

export const VERSION = "0.1.1";
export const VERSION = "0.1.2";

export const POCKETENV_DIR = `${dir("home")}/.pocketenv`;

Expand Down

0 comments on commit 14b8cea

Please sign in to comment.