From db7608d735c6179a3d1c8b6e262d98d85cc6391c Mon Sep 17 00:00:00 2001 From: Harshith Mullapudi Date: Mon, 8 Sep 2025 23:47:35 +0530 Subject: [PATCH] bump: new version 0.1.21 --- .env.example | 2 +- hosting/docker/.env | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index be8502f..1eae60e 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -VERSION=0.1.20 +VERSION=0.1.21 # Nest run in docker, change host to database container name DB_HOST=localhost diff --git a/hosting/docker/.env b/hosting/docker/.env index 4f80995..890ce3f 100644 --- a/hosting/docker/.env +++ b/hosting/docker/.env @@ -1,4 +1,4 @@ -VERSION=0.1.20 +VERSION=0.1.21 # Nest run in docker, change host to database container name DB_HOST=postgres diff --git a/package.json b/package.json index f34096e..6103f3f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "core", "private": true, - "version": "0.1.20", + "version": "0.1.21", "workspaces": [ "apps/*", "packages/*"