Bump version to 0.6.18

This commit is contained in:
Skyler Lehmkuhl 2025-01-08 05:03:05 -05:00
parent 6eef61c5c7
commit ce7d18d3c9
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# 0.6.18-alpha:
New features:
- Errors and debug messages are now logged to a file
Bugfixes:
- Fix mouse clicks going to wrong locations in color picker and outliner when zoomed
# 0.6.17-alpha: # 0.6.17-alpha:
New features: New features:
- Clicking on an object in the outliner will select it - Clicking on an object in the outliner will select it

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.6.17-alpha", "version": "0.6.18-alpha",
"identifier": "org.lightningbeam.app", "identifier": "org.lightningbeam.app",
"build": { "build": {
"frontendDist": "../src" "frontendDist": "../src"