Skip to content

Commit ade117b

Browse files
committed
Updated the packages to 0.1.1 (Beta 2)
1 parent 7e062db commit ade117b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/mac/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<key>CFBundleDisplayName</key>
1414
<string>Popcorn Time</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>0.1.0</string>
16+
<string>0.1.1</string>
1717
<key>CFBundleVersion</key>
18-
<string>0.1.0</string>
18+
<string>0.1.1</string>
1919
<key>CFBundleDocumentTypes</key>
2020
<array>
2121
<dict>

dist/windows/windows-installer.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Installer Variables
22
#define AppName "Popcorn Time"
3-
#define AppVersion "Beta 1"
3+
#define AppVersion "Beta 2"
44
#define AppPublisher "Popcorn Time Team"
55
#define AppURL "https://github.com/popcorn-time/popcorn-app"
66
#define AppExeName "run.bat"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Popcorn-Time",
33
"main": "app://host/index.html",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"window": {
66
"title": "Popcorn Time",
77
"icon": "images/icon.png",

0 commit comments

Comments
 (0)