Skip to content

Commit

Permalink
Updated version to 0.4.1-11 and prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
captainyarr committed Dec 6, 2017
1 parent d7edb07 commit e7d1505
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.4.1-11 Beta - Now with some butter - 6 December 2017

New Features:

- Watch movies and tv series directly in the PopcornTime player.

BugFixes:

- Updated nw.js with ffmpeg fix from Butter Project (butterproject.org)

OpenSubtitles:
- Added error handling to OpenSubtitles search call, movie list will appear after a short time.

## 0.4.1-9 Beta - I have a need for speed - 10 October 2017

New Features:
Expand Down
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
func_error

#Variables
version="0.4.1-9"
version="0.4.1-11"
tos="http://popcorn-time.is/tos.html"
$path="$HOME/.Popcorn-Time-CE"

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"license": "GPL-3.0",
"main": "src/app/index.html",
"version": "0.4.1-9",
"version": "0.4.1-11",
"node-remote": "*://*",
"releaseName": "I have a need for speed",
"releaseName": "Now with some butter",
"scripts": {
"start": "gulp run"
},
Expand Down Expand Up @@ -78,7 +78,7 @@
"eslint-config-google": "^0.8.0",
"gulp": "^3.9.1",
"gulp-zip": "~4.0.0",
"nw-builder": "^3.2.3",
"nw-builder": "^3.5.1",
"nw-gyp": "^3.4.0",
"yargs": "^7.0.2"
},
Expand Down

0 comments on commit e7d1505

Please sign in to comment.