From a0e9cef202b51f64079b533acc2f0400ea4ab92c Mon Sep 17 00:00:00 2001 From: Francesco Sardo Date: Thu, 10 Sep 2015 20:26:29 +0100 Subject: [PATCH] Version 1.2.3 --- doc/index.html | 2 +- doc/linked.map.html | 4 ++-- doc/linked.set.html | 4 ++-- project.clj | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/index.html b/doc/index.html index f2cd139..2af9d4b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,2 +1,2 @@ -Linked 1.2.2 API documentation

Linked 1.2.2

Efficient ordered map and set

linked.core

Public variables and functions:

linked.set

Public variables and functions:

\ No newline at end of file +Linked 1.2.3 API documentation

Linked 1.2.3

Efficient ordered map and set

linked.core

Public variables and functions:

linked.set

Public variables and functions:

\ No newline at end of file diff --git a/doc/linked.map.html b/doc/linked.map.html index 3900e4f..4fbbaa5 100644 --- a/doc/linked.map.html +++ b/doc/linked.map.html @@ -1,5 +1,5 @@ -linked.map documentation

linked.map

->linked-map

->LinkedMap

(->LinkedMap head delegate-map)
Positional factory function for class linked.map.LinkedMap.
+linked.map documentation

linked.map

->linked-map

->LinkedMap

(->LinkedMap head delegate-map)
Positional factory function for class linked.map.LinkedMap.
 

->Node

(->Node value left right)
Positional factory function for class linked.map.Node.
-

empty-linked-map

map->Node

(map->Node m__5869__auto__)
Factory function for class linked.map.Node, taking a map of keywords to field values.
+

empty-linked-map

map->Node

(map->Node m__6289__auto__)
Factory function for class linked.map.Node, taking a map of keywords to field values.
 
\ No newline at end of file diff --git a/doc/linked.set.html b/doc/linked.set.html index a427adf..e521191 100644 --- a/doc/linked.set.html +++ b/doc/linked.set.html @@ -1,3 +1,3 @@ -linked.set documentation

linked.set

->linked-set

->LinkedSet

(->LinkedSet linked-map)
Positional factory function for class linked.set.LinkedSet.
-

empty-linked-set

\ No newline at end of file +linked.set documentation

linked.set

->linked-set

->LinkedSet

(->LinkedSet linked-map)
Positional factory function for class linked.set.LinkedSet.
+

empty-linked-set

\ No newline at end of file diff --git a/project.clj b/project.clj index 2938798..0a29862 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject frankiesardo/linked "1.2.3-SNAPSHOT" +(defproject frankiesardo/linked "1.2.3" :description "Efficient ordered map and set" :url "http://github.com/frankiesardo/linked" :license {:name "Eclipse Public License"