Bump version to 0.7.6

This commit is contained in:
Skyler Lehmkuhl 2025-01-13 17:39:54 -05:00
parent 1f10ec5bcb
commit 855db7267a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 0.7.6-alpha:
Bugfixes:
- Fix errors when images are not present in a saved file
- Save images properly
# 0.7.5-alpha: # 0.7.5-alpha:
Bugfixes: Bugfixes:
- Fix errors when files refer to now nonexistant frames - Fix errors when files refer to now nonexistant frames

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Lightningbeam", "productName": "Lightningbeam",
"version": "0.7.5-alpha", "version": "0.7.6-alpha",
"identifier": "org.lightningbeam.core", "identifier": "org.lightningbeam.core",
"build": { "build": {
"frontendDist": "../src" "frontendDist": "../src"