Skip to content

Commit 14b8cea

Browse files
committed
bump version code
1 parent 6e6b4f1 commit 14b8cea

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
@@ -59,7 +59,7 @@ Or download the binary from the [releases page](https://github.com/pocketenv-io/
5959
pocketenv --help
6060

6161
Usage: pocketenv
62-
Version: 0.1.1
62+
Version: 0.1.2
6363

6464
Description:
6565

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.1";
3+
export const VERSION = "0.1.2";
44

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

0 commit comments

Comments
 (0)