Skip to content

Commit 9f8186f

Browse files
committed
chore: bump Omniphony Studio to 0.2.5 (sync with renderer)
omniphony-renderer was bumped to 0.2.5 earlier this session (the naming-pass + host_audio refactor), studio stayed at 0.2.4 — sync both for the v0.2.5 release tag so the standalone bundle and the renderer crate share a version. - omniphony-studio/{package.json,package-lock.json, src-tauri/Cargo.toml,src-tauri/Cargo.lock, src-tauri/tauri.conf.json}: 0.2.4 → 0.2.5 No code change.
1 parent 558e9cd commit 9f8186f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

omniphony-studio/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

omniphony-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omniphony-studio",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Visualisation 3D d'objets audio spatialisés via OSC",
55
"scripts": {
66
"dev": "vite",

omniphony-studio/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

omniphony-studio/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "omniphony-studio"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55

66
[[bin]]

omniphony-studio/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"identifier": "fr.omniphony.studio",
33
"productName": "Omniphony Studio",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"build": {
66
"frontendDist": "../dist",
77
"devUrl": "http://localhost:5173",

0 commit comments

Comments
 (0)