@@ -4,34 +4,32 @@ Read and write fressian data. See https://github.com/Datomic/fressian/wiki
4
4
5
5
# Releases and Dependency Information
6
6
7
- [ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_and_cli ) dependency information:
7
+ [ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_edn ) dependency information:
8
8
``` clojure
9
- org.clojure/data.fressian {:mvn/version " 1.0 .0" }
9
+ org.clojure/data.fressian {:mvn/version " 1.1 .0" }
10
10
```
11
11
12
12
[ Leiningen] ( https://github.com/technomancy/leiningen ) dependency information:
13
13
14
- [org.clojure/data.fressian "1.0 .0"]
14
+ [org.clojure/data.fressian "1.1 .0"]
15
15
16
16
[ Maven] ( http://maven.apache.org/ ) dependency information:
17
17
18
18
<dependency>
19
19
<groupId>org.clojure</groupId>
20
20
<artifactId>data.fressian</artifactId>
21
- <version>1.0 .0</version>
21
+ <version>1.1 .0</version>
22
22
</dependency>
23
23
24
24
Other versions:
25
25
26
- * [ All Released Versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22data.fressian%22 )
27
-
26
+ * [ All Released Versions] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22data.fressian%22 )
28
27
* [ Development Snapshots] ( https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~data.fressian~~~ )
29
-
30
- * [ Development Snapshot Repositories] ( http://dev.clojure.org/display/doc/Maven+Settings+and+Repositories )
28
+ * [ Development Snapshot Repositories] ( https://dev.clojure.org/display/doc/Maven+Settings+and+Repositories )
31
29
32
30
# Usage
33
31
34
- [ API Documentation] ( http ://clojure.github.com/data.fressian/)
32
+ [ API Documentation] ( https ://clojure.github.com/data.fressian/)
35
33
36
34
Basic examples:
37
35
@@ -58,7 +56,7 @@ It is also possible to create custom tags and handlers. For more information see
58
56
59
57
# Copyright and License
60
58
61
- Copyright (c) Rich Hickey, Cognitect , Inc. All rights reserved. The use and
59
+ Copyright (c) Rich Hickey, Nu North America , Inc. All rights reserved. The use and
62
60
distribution terms for this software are covered by the Eclipse Public
63
61
License 1.0 (https://opensource.org/license/epl-1-0/ ) witch can
64
62
be found in the file epl-v10.html at the root of this distribution.
0 commit comments