Skip to content

Commit 4a82dc9

Browse files
committed
v0.8.2
1 parent 1317f3e commit 4a82dc9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zcom"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "High performance serial debug assistant"
55
authors = ["zt"]
66
edition = "2021"

src/js/bottom.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// bottom panel logic
12
import { invoke } from '@tauri-apps/api/core';
23
import { open, save } from '@tauri-apps/plugin-dialog';
34
import { readTextFile, writeTextFile, readFile } from '@tauri-apps/plugin-fs';

0 commit comments

Comments
 (0)