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/*" ] ,