From 9b08e956ac6279b811a41176a669ca573c2436a8 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Fri, 20 Jul 2018 15:25:53 -0500 Subject: [PATCH] Bumped micro version. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1ad35d4..77b7e98 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject systems.billo/inet-address "0.1.0" +(defproject systems.billo/inet-address "0.1.1" :description "A Clojure wrapper for the family of Java InetAddress classes" :url "https://github.com/billosys/inet-address" :license {