From 7adfc4f15322518122da5f46ee129757231ac077 Mon Sep 17 00:00:00 2001 From: Patineta Date: Fri, 28 Feb 2014 19:15:03 -0300 Subject: [PATCH] Added a basic update file to check for newer versions. --- update.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 update.json diff --git a/update.json b/update.json new file mode 100644 index 0000000..b06bf1a --- /dev/null +++ b/update.json @@ -0,0 +1,18 @@ +{ + "updated_at": "2014-02-28 19:10:00", + "windows": { + "version": "0.1.1", + "versionName": "Beta 2", + "description": "Popcorn Time Beta 2 has many improvements, including faster load times, new languages, and a ton of bug fixes. Update now!" + }, + "mac": { + "version": "0.1.1", + "versionName": "Beta 2", + "description": "Popcorn Time Beta 2 has many improvements, including faster load times, new languages, and a ton of bug fixes. Update now!" + }, + "linux": { + "version": "0.1.1", + "versionName": "Beta 2", + "description": "Popcorn Time Beta 2 has many improvements, including faster load times, new languages, and a ton of bug fixes. Update now!" + } +} \ No newline at end of file