chore: updated to v0.1.1
Some checks failed
Release / release (ubuntu-22.04) (push) Has been cancelled
Release / release (windows-latest) (push) Has been cancelled

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

View File

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

View File

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

View File

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