diff --git a/Changelog.md b/Changelog.md index 5148ee5..c4fe5a2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 0.7.3-alpha: +Bugfixes: +- Fix some files not importing properly + # 0.7.2-alpha: New features: - mp4 export (unreliable) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7764640..c4a2428 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": "Lightningbeam", - "version": "0.7.2-alpha", + "version": "0.7.3-alpha", "identifier": "org.lightningbeam.core", "build": { "frontendDist": "../src"