Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Tapia committed Apr 2, 2022
1 parent 212842d commit 22a4356
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
APP_NAME: 'Torrentinim'
NIM_VERSION: '1.4.6'
NIM_VERSION: '1.6.4'
MAINTAINER: 'Sergio Tapia'

jobs:
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion torrentinim.nimble
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 22a4356

Please sign in to comment.