Skip to content

Commit

Permalink
Release v0.0.4
Browse files Browse the repository at this point in the history
fix: auto update fail
  • Loading branch information
chenyem committed May 15, 2024
1 parent 85964ca commit b6d0bde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "catary",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"license": "MIT",
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ use app::{commands, config::AppConf, menu};
use log::info;
use tauri::Manager;

#[tokio::main]
async fn main() {
fn main() {
let context = tauri::generate_context!();
let app = tauri::Builder::default();
let _app_conf = AppConf::read().write();
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "catary",
"version": "0.0.3"
"version": "0.0.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit b6d0bde

Please sign in to comment.