Skip to content

Commit 522b8cd

Browse files
committed
chore: bump version to 1.0.2
1 parent 80c5f6c commit 522b8cd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

venator-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "venator-app",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"type": "module",
66
"scripts": {

venator-app/src-tauri/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "venator-app"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2021"
55
description = "A log and trace viewer for Rust tracing and OpenTelemetry"
66
readme = "README.md"
@@ -39,7 +39,7 @@ tonic = "0.12.3"
3939
tracing = "0.1.41"
4040
tracing-subscriber = { version = "0.3.19", features = ["json"] }
4141

42-
venator-engine = { version = "0.4.0", features = ["persist"] }
42+
venator-engine = { version = "0.4.1", features = ["persist"] }
4343

4444
[features]
4545
default = ["custom-protocol"]

venator-app/src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"identifier": "com.kmdreko.venator",
33
"productName": "Venator",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"build": {
66
"beforeDevCommand": "npm run dev",
77
"beforeBuildCommand": "npm run build",

venator-engine/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "venator-engine"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
description = "The core functionality that drives the Venator app"
66
readme = "README.md"

0 commit comments

Comments
 (0)