release: bump to version - 2.0.8

This commit is contained in:
OpenGOALBot 2023-04-02 01:51:52 +00:00
parent 609028dfb8
commit 50a8cf5a37
4 changed files with 4 additions and 4 deletions

View file

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

2
src-tauri/Cargo.lock generated
View file

@ -2276,7 +2276,7 @@ dependencies = [
[[package]]
name = "opengoal-launcher"
version = "2.0.7"
version = "2.0.8"
dependencies = [
"backtrace",
"chrono",

View file

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