release: bump to version - v2.4.4

This commit is contained in:
OpenGOALBot 2024-04-28 19:53:46 +00:00
parent b0717561c9
commit 5a73944db0
4 changed files with 528 additions and 599 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "opengoal-launcher", "name": "opengoal-launcher",
"private": true, "private": true,
"version": "2.4.3", "version": "2.4.4",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@ -58,9 +58,9 @@
"@tauri-apps/api": "^1.5.4", "@tauri-apps/api": "^1.5.4",
"@types/semver": "^7.5.8", "@types/semver": "^7.5.8",
"country-flag-emoji-polyfill": "^0.1.8", "country-flag-emoji-polyfill": "^0.1.8",
"http-server": "^14.1.1",
"semver": "^7.6.0", "semver": "^7.6.0",
"svelte-navigator": "^3.2.2", "svelte-navigator": "^3.2.2"
"http-server": "^14.1.1"
}, },
"packageManager": "yarn@1.22.19" "packageManager": "yarn@1.22.19"
} }

1117
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package] [package]
name = "opengoal-launcher" name = "opengoal-launcher"
version = "2.4.3" # APP_VERSION version = "2.4.4" # APP_VERSION
description = "A frontend for the OpenGOAL project" description = "A frontend for the OpenGOAL project"
authors = ["OpenGOAL"] authors = ["OpenGOAL"]
license = "ISC" license = "ISC"

View file

@ -1,7 +1,7 @@
{ {
"package": { "package": {
"productName": "OpenGOAL-Launcher", "productName": "OpenGOAL-Launcher",
"version": "2.4.3" "version": "2.4.4"
}, },
"build": { "build": {
"distDir": "../dist", "distDir": "../dist",