diff --git a/README.md b/README.md
index a16c5bb5..e9ba6506 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,6 @@
Generate your metrics that you can embed everywhere, including your GitHub profile readme! It works for both user and organization accounts, and even for repositories!
-> *⚠️ This is the documentation of **v3.10-beta** (`@master` branch) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master), see documentation of [**v3.9** (`@latest` branch) here](https://github.com/lowlighter/metrics/blob/latest/README.md).*
-
diff --git a/package-lock.json b/package-lock.json
index 0e722541..696df46a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "metrics",
- "version": "3.10.0-beta",
+ "version": "3.10.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "metrics",
- "version": "3.10.0-beta",
+ "version": "3.10.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
diff --git a/package.json b/package.json
index 832f2d1a..5702e7e7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "metrics",
- "version": "3.10.0-beta",
+ "version": "3.10.0",
"description": "An infographics generator with 30+ plugins and 100+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!",
"main": "index.mjs",
"scripts": {