From 22a43567b97c21a29f464c784a78c22bf0162c95 Mon Sep 17 00:00:00 2001 From: Sergio Tapia Date: Fri, 1 Apr 2022 20:15:38 -0400 Subject: [PATCH] v0.4.1 --- .github/workflows/release_asset.yml | 2 +- README.md | 15 +++++++++++++++ torrentinim.nimble | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_asset.yml b/.github/workflows/release_asset.yml index f0a9375..b35cfa0 100644 --- a/.github/workflows/release_asset.yml +++ b/.github/workflows/release_asset.yml @@ -7,7 +7,7 @@ on: env: APP_NAME: 'Torrentinim' - NIM_VERSION: '1.4.6' + NIM_VERSION: '1.6.4' MAINTAINER: 'Sergio Tapia' jobs: diff --git a/README.md b/README.md index 431eab8..42a216b 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,21 @@ To compile release: 1. `make build` +### Github Release + +1. Update `torrentinim.nimble` package version with the tag version. + +``` +version = "0.4.0" +git tag v0.4.0 +``` + +2. Push up your tags + +``` +git push origin --tags +``` + ### Supported websites The following websites are fully supported. diff --git a/torrentinim.nimble b/torrentinim.nimble index d4a28ec..3eaf8c8 100644 --- a/torrentinim.nimble +++ b/torrentinim.nimble @@ -1,6 +1,6 @@ # Package -version = "0.4.0" +version = "0.4.1" author = "Sergio Tapia" description = "A very low memory-footprint, self hosted API-only torrent search engine. Sonarr + Radarr Compatible" license = "MIT"