From 1e4d1c9c2cb4f54491c359000d15fc5f25537be9 Mon Sep 17 00:00:00 2001 From: Greg Haskins Date: Mon, 25 Mar 2024 15:55:15 -0400 Subject: [PATCH] Release v0.0.2 Signed-off-by: Greg Haskins --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index dde2261..68bc1b5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject io.github.manetu/lambda-sdk "0.0.2-SNAPSHOT" +(defproject io.github.manetu/lambda-sdk "0.0.2" :description "An SDK for developing Lambda functions for the Manetu Platform in ClojureScript" :url "https://github.com/manetu/lambda-sdk-clj" :license {:name "Apache License 2.0"