From 35a56013167306082ba569c9328f43cf250f27cf Mon Sep 17 00:00:00 2001 From: Tglman Date: Wed, 27 Nov 2024 16:07:29 +0000 Subject: [PATCH] chore: update release version --- book.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/book.toml b/book.toml index c1721de6..10fb4300 100644 --- a/book.toml +++ b/book.toml @@ -24,18 +24,18 @@ limit-results = 15 #from mdbook-variables [preprocessor.variables.variables] book.CE_name= "orientdb-community" -book.CE_link = "https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community/3.2.35/orientdb-community-3.2.35.tar.gz" +book.CE_link = "https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community/3.2.36/orientdb-community-3.2.36.tar.gz" book.EE_name= "agent" -book.EE_link = "https://repo1.maven.org/maven2/com/orientechnologies/agent/3.2.35/agent-3.2.35.jar" +book.EE_link = "https://repo1.maven.org/maven2/com/orientechnologies/agent/3.2.36/agent-3.2.36.jar" book.TP2_name = "orientdb-community-tp2" -book.TP2_link = "https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community-tp2/3.2.35/orientdb-community-tp2-3.2.35.tar.gz" +book.TP2_link = "https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community-tp2/3.2.36/orientdb-community-tp2-3.2.36.tar.gz" book.TP3_name = "orientdb-community-tp3" -book.TP3_link = "https://repo1.maven.org/maven2/com/orientechnologies/orientdb-tp3/3.2.35/orientdb-tp3-3.2.35.tar.gz" +book.TP3_link = "https://repo1.maven.org/maven2/com/orientechnologies/orientdb-tp3/3.2.36/orientdb-tp3-3.2.36.tar.gz" book.TP3Spatial_name = "orientdb-community-spatial" -book.TP3Spatial_link = "https://repo1.maven.org/maven2/com/orientechnologies/orientdb-tp3/3.2.35/orientdb-tp3-3.2.35.tar.gz" +book.TP3Spatial_link = "https://repo1.maven.org/maven2/com/orientechnologies/orientdb-tp3/3.2.36/orientdb-tp3-3.2.36.tar.gz" book.source_repository = "https://github.com/orientechnologies/orientdb/blob/develop/" -book.lastGA = "3.2.35" -book.currentVersion = "3.2.35" +book.lastGA = "3.2.36" +book.currentVersion = "3.2.36" book.demoDBVersion_screenshots ="0.76" book.javase = "https://docs.oracle.com/javase/8/docs" book.javadoc = "https://orientdb.com/javadoc/develop"