Skip to content

Commit

Permalink
chore: release 0.4.1 [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenke committed Oct 23, 2024
1 parent ed2de14 commit 4e2f766
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Xmind Live Protocol

## [0.4.1](https://github.com/davidenke/xmind-live-protocol/compare/0.4.0...0.4.1) (2024-10-23)

# 0.4.0 (2024-10-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmind-live-protocol",
"version": "0.4.0",
"version": "0.4.1",
"description": "An application to generate protocol documents from XMind mind maps.",
"bin": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xmind-live-protocol"
version = "0.4.0"
version = "0.4.1"
description = "Generate protocols from Xmind files"
authors = ["David Enke<[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "Xmind Live Protocol",
"version": "0.4.0",
"version": "0.4.1",
"identifier": "dev.enke.xmind-live-protocol.app",
"build": {
"beforeDevCommand": "vite dev",
Expand Down

0 comments on commit 4e2f766

Please sign in to comment.