diff --git a/package.json b/package.json index c7637946..c7ffcc2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jellytau", - "version": "0.0.15", + "version": "0.0.16", "description": "", "type": "module", "packageManager": "bun@1.3.5", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e40219e6..d8889251 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "jellytau", - "version": "0.0.15", + "version": "0.0.16", "identifier": "com.dtourolle.jellytau", "build": { "beforeDevCommand": "bun run dev",