From d82cdc5afc9432b8a439f296750755b07198a134 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sun, 10 Jan 2021 01:14:49 +0200 Subject: [PATCH] updated documentation --- doc/index.html | 8 ++++---- doc/index.org | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/index.html b/doc/index.html index f464140..70f3f5c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth 3D - 3D engine - + @@ -363,7 +363,7 @@ So far best resource is to download and explore source code for:

4 Instructions to embed Sixth-3D in your project

-Maven *pom.xml* file snippet: +Maven pom.xml file snippet:

@@ -372,7 +372,7 @@ Maven *pom.xml* file snippet: <dependency> <groupId>eu.svjatoslav</groupId> <artifactId>sixth-3d</artifactId> - <version>1.1</version> + <version>1.2</version> </dependency> ... </dependencies> @@ -505,7 +505,7 @@ becomes visible.
diff --git a/doc/index.org b/doc/index.org index 761ec82..538063d 100644 --- a/doc/index.org +++ b/doc/index.org @@ -101,7 +101,7 @@ Maven *pom.xml* file snippet: eu.svjatoslav sixth-3d - 1.1 + 1.2 ... -- 2.20.1