Merge pull request #4 from rodneyosodo/change-version

chore(version): populate cargo.toml and package.json with correct values
This commit is contained in:
b1ackd0t
2025-06-11 11:48:34 +03:00
committed by GitHub
4 changed files with 14 additions and 7 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
{
"name": "sqwerk",
"private": true,
"version": "0.1.0",
"version": "0.0.1",
"description": "Your Complete SQL Platform, From Design to Delivery",
"keywords": ["tauri", "sql", "database"],
"license": "Apache-2.0",
"author": "Rodney Osodo <socials@rodneyosodo.com>",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -3310,7 +3310,7 @@ dependencies = [
[[package]]
name = "sqwerk"
version = "0.1.0"
version = "0.0.1"
dependencies = [
"serde",
"serde_json",
+7 -5
View File
@@ -1,11 +1,13 @@
[package]
name = "sqwerk"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
version = "0.0.1"
description = "Your Complete SQL Platform, From Design to Delivery"
authors = ["Rodney Osodo <socials@rodneyosodo.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
readme = "README.md"
license = "Apache-2.0"
keywords = ["tauri", "sql", "database"]
repository = "https://github.com/rodneyosodo/sqwerk"
[lib]
# The `_lib` suffix may seem redundant but it is necessary
+1
View File
@@ -0,0 +1 @@
# Tauri + Rust