From 7050db1eaa3edfaf7cb35f5a7ebc57e01aa16d6a Mon Sep 17 00:00:00 2001 From: Harshith Mullapudi Date: Wed, 18 Jun 2025 01:04:58 +0530 Subject: [PATCH] Bump: new version 0.1.2 --- .env.example | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index ef0b173..1da554b 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -VERSION=0.1.1 +VERSION=0.1.2 # POSTGRES POSTGRES_USER=docker diff --git a/package.json b/package.json index d61ea76..9fa1d54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "core", "private": true, - "version": "0.1.1", + "version": "0.1.2", "workspaces": [ "apps/*", "packages/*" ] ,