From 6afa420521f61f94901b44589e8b3112b60a0c50 Mon Sep 17 00:00:00 2001 From: Harshith Mullapudi Date: Tue, 26 Aug 2025 23:32:52 +0530 Subject: [PATCH] Bump version: 0.1.19 --- .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 4994dbe..3e421f4 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -VERSION=0.1.18 +VERSION=0.1.19 # Nest run in docker, change host to database container name DB_HOST=localhost diff --git a/hosting/docker/.env b/hosting/docker/.env index 4209078..4b6936f 100644 --- a/hosting/docker/.env +++ b/hosting/docker/.env @@ -1,4 +1,4 @@ -VERSION=0.1.18 +VERSION=0.1.19 # Nest run in docker, change host to database container name DB_HOST=postgres diff --git a/package.json b/package.json index 10e7868..713f3a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "core", "private": true, - "version": "0.1.18", + "version": "0.1.19", "workspaces": [ "apps/*", "packages/*"