diff --git a/README.md b/README.md
index 4056572d5..b18284082 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Add this dependency to your `pom.xml` file:
fr.inria.corese
corese-core
- 4.6.0
+ 4.6.1
```
@@ -36,7 +36,7 @@ Add this dependency to your `pom.xml` file:
Include the following in your `build.gradle` file:
``` gradle
-implementation 'fr.inria.corese:corese-core:4.6.0'
+implementation 'fr.inria.corese:corese-core:4.6.1'
```
**JAR:**
@@ -45,10 +45,7 @@ You can download the latest version of the **Corese-Core** JAR from the [release
## Documentation
-Explore the available documentation to help you get started with Corese-Core:
-
-- [Getting Started Guide](https://corese-stack.github.io/corese-core/v4.6.0/getting_started/getting_started_with_corese-core.html)
-- [API Documentation](https://corese-stack.github.io/corese-core/v4.6.0/java_api/library_root.html)
+Explore the available documentation on Corese-Core pages: [Corese-Core Documentation](https://corese-stack.github.io/corese-core/).
## Contributions and Community
@@ -60,6 +57,5 @@ We value contributions and feedback from the community! Here’s how you can eng
## Useful Links
-- [Corese Official Website](https://corese-stack.github.io/corese-core/v4.6.0/)
- **Mailing List:**
- **Join the Mailing List:** Send an email to with the subject: `subscribe`
diff --git a/build.gradle.kts b/build.gradle.kts
index 99d7d92e6..aa05441e2 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -21,7 +21,7 @@ object Meta {
// Project coordinates
const val groupId = "fr.inria.corese"
const val artifactId = "corese-core"
- const val version = "4.6.1-SNAPSHOT"
+ const val version = "4.6.1"
// Project description
const val desc = "Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update, Shacl. STTL. LDScript."
diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json
index d9d7a9a90..f761a7d98 100644
--- a/docs/source/_static/switcher.json
+++ b/docs/source/_static/switcher.json
@@ -1,10 +1,16 @@
[
{
- "name": "v4.6.0 (latest)",
+ "name": "v4.6.1 (latest)",
"version": "stable",
- "url": "https://corese-stack.github.io/corese-core/v4.6.0/",
+ "url": "https://corese-stack.github.io/corese-core/v4.6.1/",
"preferred": true
},
+{
+ "name": "v4.6.0 (stable)",
+ "version": "stable",
+ "url": "https://corese-stack.github.io/corese-core/v4.6.0/",
+ "preferred": false
+},
{
"name": "dev",
"version": "unstable",
diff --git a/src/main/java/fr/inria/corese/core/util/CoreseInfo.java b/src/main/java/fr/inria/corese/core/util/CoreseInfo.java
index e83ae76b9..1d9f49418 100644
--- a/src/main/java/fr/inria/corese/core/util/CoreseInfo.java
+++ b/src/main/java/fr/inria/corese/core/util/CoreseInfo.java
@@ -6,7 +6,7 @@
*/
public class CoreseInfo {
- private static final String VERSION = "4.6.0";
+ private static final String VERSION = "4.6.1";
/**
* Retrieves the current version of the Corese application.