revert version back to 3.6.12

This commit is contained in:
Amruth Pillai
2022-11-24 12:58:15 +01:00
parent 43c09666a0
commit a2092a6a39
2 changed files with 8 additions and 5 deletions

View File

@ -2,9 +2,9 @@
/app
# Build Artifacts
dist
.next
.turbo
**/.turbo
/server/dist
/client/.next
# IDEs
.vscode
@ -18,8 +18,11 @@ SECURITY.md
CHANGELOG.md
CODE_OF_CONDUCT.md
# Git History
**/.git
# Project Dependencies
node_modules
**/node_modules
# Docker
Dockerfile

View File

@ -1,6 +1,6 @@
{
"name": "reactive-resume",
"version": "3.6.13",
"version": "3.6.12",
"private": true,
"scripts": {
"dev": "env-cmd --silent turbo run dev",