Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
tlr committed Dec 31, 2024
1 parent 62546f1 commit 4decdc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "Mididash"
version = "0.2.0"
version = "0.3.0"
description = "MIDI router with Lua scripting and a node based interface"
authors = ["tilr"]
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",
"productName": "Mididash",
"version": "0.2.0",
"version": "0.3.0",
"identifier": "com.mididash.app",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down

0 comments on commit 4decdc2

Please sign in to comment.