From 43479964d87b7716103ac26947581fc3590206ca Mon Sep 17 00:00:00 2001 From: Harshith Mullapudi Date: Thu, 21 Aug 2025 11:58:14 +0530 Subject: [PATCH] Bump: new version --- .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 379a211..3ae402a 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -VERSION=0.1.15 +VERSION=0.1.16 # Nest run in docker, change host to database container name DB_HOST=localhost diff --git a/hosting/docker/.env b/hosting/docker/.env index 7adf6e2..2f386bd 100644 --- a/hosting/docker/.env +++ b/hosting/docker/.env @@ -1,4 +1,4 @@ -VERSION=0.1.15 +VERSION=0.1.16 # Nest run in docker, change host to database container name DB_HOST=postgres diff --git a/package.json b/package.json index 8bc7f23..ea3acc4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "core", "private": true, - "version": "0.1.15", + "version": "0.1.16", "workspaces": [ "apps/*", "packages/*"