From 1c883375cd1f0297d732663e71700fa821584e37 Mon Sep 17 00:00:00 2001 From: Bananaman <38923130+Bananaman@users.noreply.github.com> Date: Tue, 23 Aug 2022 23:02:25 +0200 Subject: [PATCH] Release v1.3.1 with support for Linux Native, Flatpaks and Snaps - Semantic versioning. Increments the minor version to signify all the new features. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a12c427..6d609d4a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "BetterDiscord Installer", "description": "A simple standalone program which automates the installation, removal and maintenance of BetterDiscord.", "author": "BetterDiscord", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "scripts": { "dev": "electron-webpack dev",