Skip to content

Commit a8bff8d

Browse files
committed
chore: release 0.5.2 [skip actions]
1 parent 8b15aa8 commit a8bff8d

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Live Protocol
22

3+
## [0.5.2](https://github.com/davidenke/live-protocol/compare/0.5.1...0.5.2) (2024-11-07)
4+
35
## [0.5.1](https://github.com/davidenke/live-protocol/compare/0.5.0...0.5.1) (2024-11-07)
46

57
# Xmind Live Protocol

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "live-protocol",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "An application to generate protocol documents from mind maps.",
55
"bin": "dist/index.js",
66
"type": "module",

src-tauri/Cargo.lock

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

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "live-protocol"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Generate protocols from mind maps"
55
authors = ["David Enke<[email protected]>"]
66
edition = "2021"

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.0",
33
"productName": "Live Protocol",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"identifier": "dev.enke.live-protocol.app",
66
"build": {
77
"beforeDevCommand": "vite dev",

0 commit comments

Comments
 (0)