From 30b01da0537a9aa69cc9a81171b398d7ba1df0e2 Mon Sep 17 00:00:00 2001 From: Moshe Feuchtwanger Date: Thu, 4 Apr 2024 22:19:08 +0200 Subject: [PATCH] version: 2.6.0 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 654215b..34ef218 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ Find your download: [https://github.com/moshfeu/y2mp3/releases/latest](https://g ## Change log +##### 2.6.0 + +Unlocking downloading from Europe and other locations requires accepting YouTube's terms of service + ##### 2.5.0 Fix - The app didn't work at all because of changes in Youtube. diff --git a/package.json b/package.json index fc2e028..9a37f9f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "y2mp3", "appname": "y2mp3", "productName": "y2mp3", - "version": "2.5.10", + "version": "2.6.0", "main": "main.js", "author": { "name": "MosheF",