Skip to content

Commit 2506ceb

Browse files
committed
bump version code
1 parent 56ba413 commit 2506ceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Or download the binary from the [releases page](https://github.com/pocketenv-io/
6060
pocketenv --help
6161

6262
Usage: pocketenv
63-
Version: 0.1.3
63+
Version: 0.1.4
6464

6565
Description:
6666

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { dir } from "../deps.ts";
22

3-
export const VERSION = "0.1.3";
3+
export const VERSION = "0.1.4";
44

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

0 commit comments

Comments
 (0)