Skip to content

Commit

Permalink
bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hingobway committed Nov 20, 2024
1 parent a42a988 commit 73d6725
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wavslice",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)

# PROJECT INIT
project(wavslice VERSION 0.1.0)
project(wavslice VERSION 0.1.1)
set(PROGRAM_NAME "markers")

# PACKAGE INCLUDE
Expand Down
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 = "wavslice"
version = "0.1.0"
version = "0.1.1"
description = "Add QLab-compatible slices to WAV files from Pro Tools or MIDI versions."
authors = ["hingobway"]
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": "wavslice.",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "com.hingobway.wavmarkers",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit 73d6725

Please sign in to comment.