diff --git a/CHANGELOG.md b/CHANGELOG.md
index 832b3a272e8fb030b47d53c8958414e3ad1f212d..ebb171fced06c1fd50dde53a77232d6c4d2d97a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # Changelog
 
-## [(next version)](https://gitlab.cs.uni-duesseldorf.de/api/v4/projects/848/jobs/artifacts/master/raw/build/libs/prob2-jupyter-kernel-1.3.1-SNAPSHOT-all.jar?job=test)
+## [(next version)](https://gitlab.cs.uni-duesseldorf.de/api/v4/projects/848/jobs/artifacts/master/raw/build/libs/prob2-jupyter-kernel-1.4.1-SNAPSHOT-all.jar?job=test)
 
 * (no changes yet)
 
diff --git a/README.md b/README.md
index 05b84283d5522827d41f9ae3edb9ffa18b635dcd..8b1c14978d1a8dd373d7e3a0003744def6b56e38 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This is a [Jupyter](https://jupyter.org/) kernel for the [ProB animator and mode
 
 * **[Download the latest version of the ProB2 Jupyter kernel here](https://stups.hhu-hosting.de/downloads/prob2-jupyter/prob2-jupyter-kernel-1.4.0-all.jar).**
 * Download links for previous versions can be found in the [changelog].
-* A [snapshot build](https://gitlab.cs.uni-duesseldorf.de/api/v4/projects/848/jobs/artifacts/master/raw/build/libs/prob2-jupyter-kernel-1.3.1-SNAPSHOT-all.jar?job=test) of the latest development version is also available. **Warning:** this is an unstable version that can contain bugs or breaking changes.
+* A [snapshot build](https://gitlab.cs.uni-duesseldorf.de/api/v4/projects/848/jobs/artifacts/master/raw/build/libs/prob2-jupyter-kernel-1.4.1-SNAPSHOT-all.jar?job=test) of the latest development version is also available. **Warning:** this is an unstable version that can contain bugs or breaking changes.
 
 See the [requirements](#requirements) and [installation instructions](#installation) for information on how to install and use the downloaded jar file.
 
diff --git a/build.gradle b/build.gradle
index 2afaab132dc50ae4ae20d8b486ac3215fd388b26..0760a8c7610b14d0a8f711adff1d4fae94f5d914 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ plugins {
 	id("com.github.johnrengelman.shadow").version("7.1.2")
 }
 
-version = "1.4.0"
+version = "1.4.1-SNAPSHOT"
 
 final isSnapshot = project.version.endsWith("-SNAPSHOT")