diff --git a/README.md b/README.md
index ade750e968..09a34b4911 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
Latest Release:
- Analysis 1.129.0 | Visualization 1.131.3
+ Analysis 1.129.0 | Visualization 1.131.2
[comment]: ##################################################################################
[comment]:
diff --git a/gh-pages/_posts/release/2024-12-13-vis_1.131.3.md b/gh-pages/_posts/release/2024-12-13-vis_1.131.3.md
deleted file mode 100644
index 9c08b29d57..0000000000
--- a/gh-pages/_posts/release/2024-12-13-vis_1.131.3.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-categories:
- - Release
- - Release-Visualization
-tags:
- - gh-pages
- - release
- - visualization
-
-title: Visualization version 1.131.3
----
-
-{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.131.3).
-This version brings the following:
-
-### Changed
-
-- Dummy entry (Testing release workflow)
\ No newline at end of file
diff --git a/visualization/CHANGELOG.md b/visualization/CHANGELOG.md
index 740bdc5cd1..451bb06289 100644
--- a/visualization/CHANGELOG.md
+++ b/visualization/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/)
-## [1.131.3] - 2024-12-13 (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨💻 👩💻)
+## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨💻 👩💻)
### Changed
diff --git a/visualization/package-lock.json b/visualization/package-lock.json
index 6b9f511b66..5de5426039 100644
--- a/visualization/package-lock.json
+++ b/visualization/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "codecharta-visualization",
- "version": "1.131.3",
+ "version": "1.131.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codecharta-visualization",
- "version": "1.131.3",
+ "version": "1.131.2",
"license": "BSD-3-Clause",
"dependencies": {
"@angular/animations": "^18.2.9",
diff --git a/visualization/package.json b/visualization/package.json
index e812ca766b..02cc191b1d 100644
--- a/visualization/package.json
+++ b/visualization/package.json
@@ -10,7 +10,7 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "codecharta-visualization",
- "version": "1.131.3",
+ "version": "1.131.2",
"engines": {
"node": ">=20"
},