chore: Bump version to 1.1.2
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 20:52:44 +01:00
parent 3ac48e50fb
commit 77194bd8f6
2 changed files with 3 additions and 5 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "resistencia-server", "name": "resistencia-server",
"version": "1.1.0", "version": "1.1.2",
"description": "Backend para el juego La Resistencia", "description": "Backend para el juego La Resistencia",
"main": "src/index.ts", "main": "src/index.ts",
"scripts": { "scripts": {
@@ -27,6 +27,4 @@
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.3.2" "typescript": "^5.3.2"
} }
} }