Bump: new version

This commit is contained in:
Harshith Mullapudi 2025-06-16 21:51:14 +05:30
parent 941ce8e4fa
commit cc3eb36941
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -10,5 +10,5 @@ export async function postAuthentication({
loginMethod: User["authenticationMethod"];
isNewUser: boolean;
}) {
console.log(user);
// console.log(user);
}

View File

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