diff --git a/README.md b/README.md
index d3335089..4f889a9b 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.8-beta** (`@master` branch) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master), see documentation of [**v3.7** (`@latest` branch) here](https://github.com/lowlighter/metrics/blob/latest/README.md).*
-
diff --git a/package-lock.json b/package-lock.json
index 618dbc8e..dacc33db 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "metrics",
- "version": "3.8.0-beta",
+ "version": "3.8.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "metrics",
- "version": "3.8.0-beta",
+ "version": "3.8.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
diff --git a/package.json b/package.json
index 39b64be6..49e74ad0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "metrics",
- "version": "3.8.0-beta",
+ "version": "3.8.0",
"description": "An image generator with 20+ metrics about your GitHub account such as activity, community, repositories, coding habits, website performances, music played, starred topics, etc. that you can put on your profile or elsewhere !",
"main": "index.mjs",
"scripts": {