From 25572342c04bec2c33020c3dbe58421e5f24c582 Mon Sep 17 00:00:00 2001 From: Daan Wynen Date: Mon, 5 Apr 2021 13:22:43 +0200 Subject: [PATCH] 3.18.1 --- docs/CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a7faa64dc..4618ff88e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --> -## [Unreleased] +## v3.18.1 - 2021-04-05 **Last proper release of Patchwork!** That's right folks. This is it. Nearly six years after the initial commit by Paul, the time of Patchwork will come to an end. diff --git a/package-lock.json b/package-lock.json index 98a03ed02..4ac17d46b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ssb-patchwork", - "version": "3.18.1-beta.5", + "version": "3.18.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b884a50a5..fa7cd4c0e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ssb-patchwork", "productName": "Patchwork", "repository": "git@github.com:ssbc/patchwork.git", - "version": "3.18.1-beta.5", + "version": "3.18.1", "description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).", "main": "index.js", "scripts": {