Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-locussol committed Jan 11, 2025
1 parent ec49600 commit faaceaf
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "1.58.19",
"version": "1.59.0",
"scripts": {
"build": "tsc && vite build",
"build:noci": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion apps/client/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/client/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taktix"
version = "1.58.19"
version = "1.59.0"
description = "The crapiest MMORPG ever."
authors = ["Matthieu Locussol <[email protected]> (https://www.matthieu-locussol.com)"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion apps/client/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"productName": "taktix",
"mainBinaryName": "taktix",
"version": "1.58.19",
"version": "1.59.0",
"identifier": "com.taktix.app",
"plugins": {
"updater": {
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.58.19",
"version": "1.59.0",
"scripts": {
"postinstall": "prisma generate --accelerate",
"build": "prisma generate --accelerate && tsc",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.58.19",
"version": "1.59.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packages/config-eslint",
"version": "1.58.19",
"version": "1.59.0",
"author": "Matthieu Locussol <[email protected]> (https://www.matthieu-locussol.com)",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "config-typescript",
"version": "1.58.19",
"version": "1.59.0",
"author": "Matthieu Locussol <[email protected]> (https://www.matthieu-locussol.com)",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scripts",
"version": "1.58.19",
"version": "1.59.0",
"author": "Matthieu Locussol <[email protected]> (https://www.matthieu-locussol.com)",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shared",
"version": "1.58.19",
"version": "1.59.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit faaceaf

Please sign in to comment.