release: bump to version - v2.3.6

This commit is contained in:
OpenGOALBot 2023-11-05 18:47:37 +00:00
parent 4369ba5fba
commit 7e271e8357
4 changed files with 4 additions and 4 deletions

View file

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

2
src-tauri/Cargo.lock generated
View file

@ -2633,7 +2633,7 @@ dependencies = [
[[package]]
name = "opengoal-launcher"
version = "2.3.5"
version = "2.3.6"
dependencies = [
"backtrace",
"chrono",

View file

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