bump version numbers
This commit is contained in:
parent
80c061b527
commit
4d9f527efb
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name = "trail"
|
||||
owner = "Ronja"
|
||||
version = "dev"
|
||||
version = "0.1.0"
|
||||
description = "Simple trails. Just add a trail modifier to your moving component."
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
modules = {
|
||||
luxe = "dev"
|
||||
trail = "dev"
|
||||
luxe = "2022.0.3"
|
||||
trail = "0.1.0"
|
||||
} //modules
|
||||
|
|
|
|||
Loading…
Reference in a new issue