release: bump to version -

This commit is contained in:
OpenGOALBot 2023-07-31 03:04:52 +00:00
parent 34581d941f
commit 714091e173
4 changed files with 402 additions and 389 deletions

View file

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

785
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.1.4" # APP_VERSION
version = "2.2.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.1.4"
"version": "2.2.0"
},
"build": {
"distDir": "../dist",