@@ -4,34 +4,32 @@ Read and write fressian data. See https://github.com/Datomic/fressian/wiki
44
55# Releases and Dependency Information
66
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:
88``` clojure
9- org.clojure/data.fressian {:mvn/version " 1.0 .0" }
9+ org.clojure/data.fressian {:mvn/version " 1.1 .0" }
1010```
1111
1212[ Leiningen] ( https://github.com/technomancy/leiningen ) dependency information:
1313
14- [org.clojure/data.fressian "1.0 .0"]
14+ [org.clojure/data.fressian "1.1 .0"]
1515
1616[ Maven] ( http://maven.apache.org/ ) dependency information:
1717
1818 <dependency>
1919 <groupId>org.clojure</groupId>
2020 <artifactId>data.fressian</artifactId>
21- <version>1.0 .0</version>
21+ <version>1.1 .0</version>
2222 </dependency>
2323
2424Other versions:
2525
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 )
2827* [ 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 )
3129
3230# Usage
3331
34- [ API Documentation] ( http ://clojure.github.com/data.fressian/)
32+ [ API Documentation] ( https ://clojure.github.com/data.fressian/)
3533
3634Basic examples:
3735
@@ -58,7 +56,7 @@ It is also possible to create custom tags and handlers. For more information see
5856
5957# Copyright and License
6058
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
6260distribution terms for this software are covered by the Eclipse Public
6361License 1.0 (https://opensource.org/license/epl-1-0/ ) witch can
6462be found in the file epl-v10.html at the root of this distribution.
0 commit comments