From 6079592356e0a55f1a64e1e65f113eceb3cb7e80 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sun, 18 Aug 2024 14:11:20 +0000 Subject: [PATCH] chore: bump version code --- README.md | 2 +- src/consts.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21ad998..3efd00b 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Or download the binary from the [releases page](https://github.com/pocketenv-io/ pocketenv --help Usage: pocketenv -Version: 0.1.2 +Version: 0.1.3 Description: diff --git a/src/consts.ts b/src/consts.ts index c8c0560..39e59c3 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,6 +1,6 @@ import { dir } from "../deps.ts"; -export const VERSION = "0.1.2"; +export const VERSION = "0.1.3"; export const POCKETENV_DIR = `${dir("home")}/.pocketenv`;