Skip to content

Commit d794b59

Browse files
committed
Prepare 0.10.5
1 parent 3156c99 commit d794b59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ asciidoctorGradleJvm=2.4.0
66
asciidoctorGradleBase=2.4.0
77

88
description = Vavr Documentation
9-
version = 0.10.4
9+
version = 0.10.5
1010
group = io.vavr

src/docs/asciidoc/getting_started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
<dependency>
3333
<groupId>io.vavr</groupId>
3434
<artifactId>vavr</artifactId>
35-
<version>0.10.4</version>
35+
<version>0.10.5</version>
3636
</dependency>
3737
</dependencies>
3838
----

src/docs/asciidoc/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Rich Hickey, the creator of Clojure, gave a great talk about https://www.youtube
7070
* behave type-safe when used in unchecked covariant casts (Java-specific)
7171
The key to a better Java is to use __immutable values__ paired with __referentially transparent functions__.
7272

73-
Vavr provides the necessary http://static.javadoc.io/io.vavr/vavr/0.10.4/io/vavr/control/package-summary.html[controls] and https://static.javadoc.io/io.vavr/vavr/0.10.4/io/vavr/collection/package-summary.html[collections] to accomplish this goal in every-day Java programming.
73+
Vavr provides the necessary http://static.javadoc.io/io.vavr/vavr/0.10.5/io/vavr/control/package-summary.html[controls] and https://static.javadoc.io/io.vavr/vavr/0.10.4/io/vavr/collection/package-summary.html[collections] to accomplish this goal in every-day Java programming.
7474

7575
=== Data Structures in a Nutshell
7676

0 commit comments

Comments
 (0)