Bump version to 0.6.18
This commit is contained in:
parent
6eef61c5c7
commit
ce7d18d3c9
|
|
@ -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:
|
||||
New features:
|
||||
- Clicking on an object in the outliner will select it
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Lightningbeam",
|
||||
"version": "0.6.17-alpha",
|
||||
"version": "0.6.18-alpha",
|
||||
"identifier": "org.lightningbeam.app",
|
||||
"build": {
|
||||
"frontendDist": "../src"
|
||||
|
|
|
|||
Loading…
Reference in New Issue