chore(versioning): bump package versions to 0.1.0 across all modules

This commit is contained in:
Mathis HERRIOT
2026-01-20 12:00:35 +01:00
parent afc18b555a
commit 9637b60c3e
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@memegoat/backend",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"author": "",
"private": true,

View File

@@ -1,6 +1,6 @@
{
"name": "@memegoat/documentation",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",

View File

@@ -1,6 +1,6 @@
{
"name": "@memegoat/frontend",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",

View File

@@ -1,6 +1,6 @@
{
"name": "@memegoat/source",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"scripts": {
"version:get": "cmake -P version.cmake GET",