release: bump to version -

This commit is contained in:
OpenGOALBot 2023-07-31 03:08:11 +00:00
parent 3914b71eff
commit 0ad239d944
4 changed files with 4 additions and 4 deletions

View file

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

2
src-tauri/Cargo.lock generated
View file

@ -2535,7 +2535,7 @@ dependencies = [
[[package]]
name = "opengoal-launcher"
version = "2.2.0"
version = "2.3.0"
dependencies = [
"backtrace",
"chrono",

View file

@ -1,6 +1,6 @@
[package]
name = "opengoal-launcher"
version = "2.2.0" # 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.0"
"version": "2.3.0"
},
"build": {
"distDir": "../dist",