Skip to content

Commit

Permalink
release commit v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek committed Jan 13, 2025
1 parent 0022c2d commit babdb2a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "eim",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-log": "~2",
"@tauri-apps/plugin-shell": ">=2.0.0",
"naive-ui": "^2.39.0",
"pinia": "^2.2.2",
"vue": "^3.3.4",
"vue-router": "4"
},
"devDependencies": {
"@tauri-apps/cli": ">=2.0.1",
"@vitejs/plugin-vue": "^5.0.5",
"vite": "^5.3.1"
}
"name": "eim",
"private": true,
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-log": "~2",
"@tauri-apps/plugin-shell": ">=2.0.0",
"naive-ui": "^2.39.0",
"pinia": "^2.2.2",
"vue": "^3.3.4",
"vue-router": "4"
},
"devDependencies": {
"@tauri-apps/cli": ">=2.0.1",
"@vitejs/plugin-vue": "^5.0.5",
"vite": "^5.3.1"
}
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eim"
version = "0.1.0"
version = "0.1.1"
description = "A Tauri App"
authors = ["[email protected]"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
"productName": "eim",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "com.espressif.eim.dev",
"build": {
"beforeDevCommand": "yarn dev",
Expand Down

0 comments on commit babdb2a

Please sign in to comment.