Fix auth refresh (#631)

This commit is contained in:
Geometrically
2023-08-18 21:27:42 -04:00
committed by GitHub
parent 6d9d403e7b
commit f7f73b8163
7 changed files with 39 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "theseus_gui",
"private": true,
"version": "0.5.2",
"version": "0.5.3",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
[package]
name = "theseus_gui"
version = "0.5.2"
version = "0.5.3"
description = "A Tauri App"
authors = ["you"]
license = ""

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "Modrinth App",
"version": "0.5.2"
"version": "0.5.3"
},
"tauri": {
"allowlist": {