release: bump to version - v2.3.0

This commit is contained in:
OpenGOALBot 2023-11-02 05:06:26 +00:00
parent 8761cdc3ba
commit 9d194e07fb
4 changed files with 494 additions and 366 deletions

View file

@ -1,7 +1,7 @@
{
"name": "opengoal-launcher",
"private": true,
"version": "2.2.2",
"version": "2.3.0",
"type": "module",
"scripts": {
"dev": "vite",

854
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

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

View file

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