From 871ff9a04ebdccbdd548e473285afaf130045f05 Mon Sep 17 00:00:00 2001 From: r0man Date: Sat, 12 Jan 2019 00:21:32 +0100 Subject: [PATCH] Version 0.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 038d8ce..ef15893 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject r0man/alumbra.js "0.1.0-SNAPSHOT" +(defproject r0man/alumbra.js "0.1.0" :description "Transformations between Alumbra and JavaScript GraphQL ASTs." :url "https://github.com/r0man/alumbra.js" :license {:name "MIT License"