chore: updated to v0.1.1

This commit is contained in:
2026-04-18 01:42:47 -04:00
parent 1cbcda1cc7
commit ad7e331f5c
3 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "oxyde",
"version": "0.1.0",
"description": "",
"version": "0.1.1",
"description": "A simple Tauri chat app, built with rust, vite, and surrealdb",
"type": "module",
"scripts": {
"dev": "vite dev",

View File

@@ -1,8 +1,8 @@
[package]
name = "oxyde"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
version = "0.1.1"
description = "A simple Tauri chat app, built with rust, vite, and surrealdb"
authors = ["qdust41"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -29,4 +29,3 @@ tokio = { version = "1.52.0", features = ["full"] }
thiserror = "2.0.18"
uuid = { version = "1", features = ["v4"] }
futures-util = "0.3"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "oxyde",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "com.jimweaver.oxyde",
"build": {
"beforeDevCommand": "pnpm dev",