Skip to content

Commit 8a1381d

Browse files
chore: bump version
1 parent 7bbe55e commit 8a1381d

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

apps/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client",
3-
"version": "1.58.9",
3+
"version": "1.58.10",
44
"scripts": {
55
"build": "tsc && vite build",
66
"build:noci": "tsc && vite build",

apps/client/src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/client/src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "taktix"
3-
version = "1.58.9"
3+
version = "1.58.10"
44
description = "The crapiest MMORPG ever."
55
authors = ["Matthieu Locussol <[email protected]> (https://www.matthieu-locussol.com)"]
66
license = "MIT"

apps/client/src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"productName": "taktix",
4444
"mainBinaryName": "taktix",
45-
"version": "1.58.9",
45+
"version": "1.58.10",
4646
"identifier": "com.taktix.app",
4747
"plugins": {
4848
"updater": {

apps/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "1.58.9",
3+
"version": "1.58.10",
44
"scripts": {
55
"postinstall": "prisma generate --accelerate",
66
"build": "prisma generate --accelerate && tsc",

apps/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "1.58.9",
3+
"version": "1.58.10",
44
"scripts": {
55
"dev": "next dev",
66
"build": "next build",

packages/config-eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@packages/config-eslint",
3-
"version": "1.58.9",
3+
"version": "1.58.10",
44
"author": "Matthieu Locussol <[email protected]> (https://www.matthieu-locussol.com)",
55
"license": "MIT",
66
"scripts": {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "config-typescript",
3-
"version": "1.58.9",
3+
"version": "1.58.10",
44
"author": "Matthieu Locussol <[email protected]> (https://www.matthieu-locussol.com)",
55
"license": "MIT"
66
}

packages/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scripts",
3-
"version": "1.58.9",
3+
"version": "1.58.10",
44
"author": "Matthieu Locussol <[email protected]> (https://www.matthieu-locussol.com)",
55
"license": "MIT",
66
"scripts": {

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shared",
3-
"version": "1.58.9",
3+
"version": "1.58.10",
44
"scripts": {
55
"build": "tsc",
66
"build:noci": "tsc",

0 commit comments

Comments
 (0)