From: Svjatoslav Agejenko Date: Sat, 9 Jan 2021 23:14:49 +0000 (+0200) Subject: updated documentation X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=commitdiff_plain;h=d82cdc5afc9432b8a439f296750755b07198a134 updated documentation --- 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 ...