chore: bump version to 1.3.0
Some checks failed
CI/CD - Francia Ocupada (La Resistencia) / build-and-deploy (push) Failing after 6s

This commit is contained in:
Resistencia Dev
2025-12-22 23:47:33 +01:00
parent b0eb3bd637
commit 98b5984a6b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "resistencia-client",
"version": "1.1.2",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "next dev",

View File

@@ -1,6 +1,6 @@
{
"name": "resistencia-server",
"version": "1.1.2",
"version": "1.3.0",
"description": "Backend para el juego La Resistencia",
"main": "src/index.ts",
"scripts": {