Bump: new version 0.1.2

This commit is contained in:
Harshith Mullapudi 2025-06-18 01:04:58 +05:30
parent e313e7b26c
commit 7050db1eaa
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION=0.1.1 VERSION=0.1.2
# POSTGRES # POSTGRES
POSTGRES_USER=docker POSTGRES_USER=docker

View File

@ -1,7 +1,7 @@
{ {
"name": "core", "name": "core",
"private": true, "private": true,
"version": "0.1.1", "version": "0.1.2",
"workspaces": "workspaces":
[ "apps/*", "packages/*" ] [ "apps/*", "packages/*" ]
, ,