Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Khatri committed Jan 9, 2025
1 parent c89a70f commit 14404c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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 = "Chords-Lsl-Connector"
version = "0.1.0"
version = "0.1.1"
description = "Rust based LSL connector for device running Chords Firmware."
authors = ["Aman Maheshwari", "Deepak Khatri"]
license = "GPL V3"
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-rc",
"productName": "chords-lsl-connector",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "com.upsidedownlabs.chords",
"build": {
"frontendDist": "../out",
Expand Down

0 comments on commit 14404c1

Please sign in to comment.