From f79b0fd025f5ee3b8359de042523d867cb0f5c3a Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Wed, 28 May 2025 12:22:42 +0200 Subject: [PATCH] Bump version to 15.0.0 --- README.md | 11 ----------- src/package.json | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index dc74b7ee..bcdfdfd6 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,6 @@ [![GitHub Release](https://img.shields.io/github/v/release/wg-easy/wg-easy)](https://github.com/wg-easy/wg-easy/releases/latest) [![Image Pulls](https://img.shields.io/badge/image_pulls-12M+-blue)](https://github.com/wg-easy/wg-easy/pkgs/container/wg-easy) - - -> [!WARNING] -> You are viewing the README of the pre-release of v15. -> If you want to setup wg-easy right now. Read the README in the production branch here: [README](https://github.com/wg-easy/wg-easy/tree/production) or here for the last nightly: [README](https://github.com/wg-easy/wg-easy/tree/c6dce0f6fb2e28e7e40ddac1498bd67e9bb17cba) - You have found the easiest way to install & manage WireGuard on any Linux host! @@ -43,11 +37,6 @@ You have found the easiest way to install & manage WireGuard on any Linux host! > [!NOTE] > To better manage documentation for this project, it has its own site here: [https://wg-easy.github.io/wg-easy/latest](https://wg-easy.github.io/wg-easy/latest) - - -> [!WARNING] -> As the Docs are still in Pre-release, you can access them here [https://wg-easy.github.io/wg-easy/Pre-release](https://wg-easy.github.io/wg-easy/Pre-release) - - [Getting Started](https://wg-easy.github.io/wg-easy/latest/getting-started/) - [Basic Installation](https://wg-easy.github.io/wg-easy/latest/examples/tutorials/basic-installation/) - [Caddy](https://wg-easy.github.io/wg-easy/latest/examples/tutorials/caddy/) diff --git a/src/package.json b/src/package.json index 29be755b..5e79046f 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "wg-easy", - "version": "15.0.0-beta.13", + "version": "15.0.0", "description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", "private": true, "type": "module",