Skip to content

Commit ebe56e6

Browse files
committed
chore: bump version to 1.0.3
1 parent 28b0e32 commit ebe56e6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

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

venator-app/package-lock.json

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

venator-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "venator-app",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"type": "module",
66
"scripts": {
@@ -25,4 +25,4 @@
2525
"vite": "^5.3.1",
2626
"vite-plugin-solid": "^2.8.0"
2727
}
28-
}
28+
}

venator-app/src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "venator-app"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
edition = "2021"
55
description = "A log and trace viewer for Rust tracing and OpenTelemetry"
66
readme = "README.md"

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.2",
4+
"version": "1.0.3",
55
"build": {
66
"beforeDevCommand": "npm run dev",
77
"beforeBuildCommand": "npm run build",

0 commit comments

Comments
 (0)