From: Joseph Nuthalapati Date: Tue, 2 Jun 2020 02:09:09 +0000 (+0530) Subject: Bump version to fix tagging mistake X-Git-Tag: 0.3.1 X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/ede339f5fd328fd22e320a087f5b594b2c7b2038 Bump version to fix tagging mistake --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 42272a6..afb2915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.3.1 + +- Fix mistake with tagging. + # 0.3.0 - Add support for playing playlists of videos and songs from YouTube diff --git a/nimcoon.nimble b/nimcoon.nimble index a10c3f9..6daa081 100644 --- a/nimcoon.nimble +++ b/nimcoon.nimble @@ -1,6 +1,6 @@ # Package -version = "0.3.0" +version = "0.3.1" author = "Joseph Nuthalapati" description = "A command-line YouTube player and more" license = "GPL-3.0"