From 5a4f71e3fa08eb4bb4bb7b048c406fb52cc029cb Mon Sep 17 00:00:00 2001 From: James Reeves Date: Fri, 6 Dec 2024 01:45:03 +0000 Subject: [PATCH] Release 0.1.0 --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c50fbe..32ce73c 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ REPL. Add the following dependency to your deps.edn file: - org.duct-framework/repl.refers {:mvn/version "0.1.0-SNAPSHOT"} + org.duct-framework/repl.refers {:mvn/version "0.1.0"} Or to your Leiningen project file: - [org.duct-framework/repl.refers "0.1.0-SNAPSHOT"] + [org.duct-framework/repl.refers "0.1.0"] ## Usage diff --git a/project.clj b/project.clj index 45b1898..3ba4231 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/repl.refers "0.1.0-SNAPSHOT" +(defproject org.duct-framework/repl.refers "0.1.0" :description "Integrant methods to add vars to user namespace" :url "https://github.com/duct-framework/repl.refers" :license {:name "Eclipse Public License"