From 9f9212a6430077d4cbe809cfa409b1a621d7f388 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Wed, 13 Jul 2022 03:59:26 +0300 Subject: [PATCH] Updated latest released version number in documentation. --- doc/index.html | 30 +++++++++++++++--------------- doc/index.org | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/index.html b/doc/index.html index 92e6001..0b489cb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Svjatoslav Commons - Java library of commonly used functions @@ -202,19 +202,19 @@

Table of Contents

-
-

1. General

+
+

1. General

  • This program is free software: released under Creative Commons Zero @@ -231,8 +231,8 @@
-
-

1.1. Source code

+
+

1.1. Source code

-
-

2. Library contents

+
+

2. Library contents

  • See JavaDoc.
  • @@ -346,8 +346,8 @@ eu.svjatoslav.commons.string.WildCardMatcher#match
-
-

3. Usage

+
+

3. Usage

Instructions to embed svjatoslav-commons in your project as a library: @@ -363,7 +363,7 @@ Maven pom.xml file snippet: <dependency> <groupId>eu.svjatoslav</groupId> <artifactId>svjatoslavcommons</artifactId> - <version>1.7</version> + <version>1.9</version> </dependency> ... </dependencies> @@ -385,7 +385,7 @@ Maven pom.xml file snippet:

Author: Svjatoslav Agejenko

-

Created: 2022-06-26 Sun 02:43

+

Created: 2022-07-13 Wed 03:58

Validate

diff --git a/doc/index.org b/doc/index.org index aff40fe..31277b8 100644 --- a/doc/index.org +++ b/doc/index.org @@ -74,7 +74,7 @@ Maven pom.xml file snippet: eu.svjatoslav svjatoslavcommons - 1.7 + 1.9 ... -- 2.20.1