From 4d9f527efbfe27791f1af063350f3520c92d4547 Mon Sep 17 00:00:00 2001 From: Ronja Date: Wed, 26 Jan 2022 21:27:43 +0100 Subject: [PATCH] bump version numbers --- module.lx | 2 +- samples/sample/project.modules.lx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module.lx b/module.lx index 28892b9..812d36f 100644 --- a/module.lx +++ b/module.lx @@ -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." diff --git a/samples/sample/project.modules.lx b/samples/sample/project.modules.lx index 2b25c1b..e428d0a 100644 --- a/samples/sample/project.modules.lx +++ b/samples/sample/project.modules.lx @@ -1,4 +1,4 @@ modules = { - luxe = "dev" - trail = "dev" + luxe = "2022.0.3" + trail = "0.1.0" } //modules