Bump version -> 0.4
This commit is contained in:
parent
20b6f507d9
commit
1aa8a7faf4
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -22,7 +22,7 @@ All invalid issues will be rejected!!
|
||||
- Make sure to read the [FAQs](https://github.com/MrS0m30n3/youtube-dl-gui/blob/master/docs/faqs.md) file
|
||||
|
||||
- [ ] **I think** my problem is **NOT** with **youtube-dl**
|
||||
- [ ] I've **verified** and **i assure** that I'm running youtube-dl-gui **0.3.8**
|
||||
- [ ] I've **verified** and **i assure** that I'm running youtube-dl-gui **0.4**
|
||||
- [ ] **I assure** that i am using the latest version of **youtube-dl**
|
||||
- [ ] [Searched](https://github.com/MrS0m30n3/youtube-dl-gui/issues) bugtracker
|
||||
- [ ] I've read the FAQs file
|
||||
|
12
README.md
12
README.md
@ -11,20 +11,20 @@ A cross platform front-end GUI of the popular [youtube-dl](https://rg3.github.io
|
||||
* [FFmpeg](https://ffmpeg.org/download.html) (optional, to post process video files)
|
||||
|
||||
## Downloads
|
||||
* [Source (.zip)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.3.8.zip)
|
||||
* [Source (.tar.gz)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.3.8.tar.gz)
|
||||
* [PyPi](https://pypi.python.org/pypi/youtube-dlg/0.3.8)
|
||||
* [Source (.zip)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.4.zip)
|
||||
* [Source (.tar.gz)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.4.tar.gz)
|
||||
* [PyPi](https://pypi.python.org/pypi/youtube-dlg/0.4)
|
||||
* [Ubuntu PPA](http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/)
|
||||
* [Arch AUR](https://aur.archlinux.org/packages/youtube-dl-gui-git/)
|
||||
* [Slackware SlackBuild](https://slackbuilds.org/repository/14.2/network/youtube-dl-gui/)
|
||||
* [Windows Installer](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-setup.zip)
|
||||
* [Windows Portable](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-portable.zip)
|
||||
* [Windows Installer](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.4/youtube-dl-gui-0.4-win-setup.zip)
|
||||
* [Windows Portable](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.4/youtube-dl-gui-0.4-win-portable.zip)
|
||||
|
||||
## Installation
|
||||
|
||||
### Install From Source
|
||||
1. Download & extract the source
|
||||
2. Change directory into *youtube-dl-gui-0.3.8*
|
||||
2. Change directory into *youtube-dl-gui-0.4*
|
||||
3. Run `python setup.py install`
|
||||
|
||||
### Install PyPi
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '0.3.8'
|
||||
__version__ = '0.4'
|
||||
|
Loading…
x
Reference in New Issue
Block a user