diff --git a/HomeCinema/GlobalVars.cs b/HomeCinema/GlobalVars.cs index 759f3fc..7469bf8 100644 --- a/HomeCinema/GlobalVars.cs +++ b/HomeCinema/GlobalVars.cs @@ -40,7 +40,7 @@ public class GlobalVars // Variables ############################################################################################################ public static string HOMECINEMA_NAME = Assembly.GetExecutingAssembly().GetCustomAttribute().Title; public static string HOMECINEMA_VERSION = Assembly.GetExecutingAssembly().GetName().Version.ToString(); - public static int HOMECINEMA_BUILD = 26; + public static int HOMECINEMA_BUILD = 27; public static string SEARCHBOX_PLACEHOLDER = "Type your Search query here..."; diff --git a/HomeCinema/Properties/AssemblyInfo.cs b/HomeCinema/Properties/AssemblyInfo.cs index b5c8297..0e0ba80 100644 --- a/HomeCinema/Properties/AssemblyInfo.cs +++ b/HomeCinema/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyVersion("0.2.0.0")] +[assembly: AssemblyFileVersion("0.2.0.0")] diff --git a/README.md b/README.md index fe53823..f4e9501 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ -**version:** 0.1.0.0
-**build:** 26 +**version:** 0.2.0.0
+**build:** 27 ## Downloads -**Windows 64 bit [Compressed ZIP]**: [Click to Download latest version](https://github.com/JerloPH/HomeCinema/releases/download/v0.1.0.0/HomeCinema-Windows_v0.1.0.0.zip "Download, Extract and Open 'HomeCinema' Executable file")
+**Windows 64 bit [Compressed ZIP]**: [Click to Download latest version](https://github.com/JerloPH/HomeCinema/releases/download/v0.2.0.0/HomeCinema-Windows.zip "Download, Extract and Open 'HomeCinema' Executable file")
### Download Counts -**Current:**   [![](https://img.shields.io/github/downloads/JerloPH/HomeCinema/v0.1.0.0/total.svg)]()
+**Current:**   [![](https://img.shields.io/github/downloads/JerloPH/HomeCinema/v0.2.0.0/total.svg)]()
**Overall:**   [![](https://img.shields.io/github/downloads/JerloPH/HomeCinema/total.svg)]() ## Requirements diff --git a/VERSION_HISTORY.md b/VERSION_HISTORY.md index f4a61a2..3824e2c 100644 --- a/VERSION_HISTORY.md +++ b/VERSION_HISTORY.md @@ -10,7 +10,7 @@ **NOTE: This update breaks the old way that the App saves directories**
- After updating, open the App and find the folder where your movies are saved. - To add additional folders, and TV series location(s), go to **Settings** -> **File**. -- Click on **[Add]** and navigate to your directories. + - Click on **[Add]** and navigate to your directories. **What's New?** - REV: New GUI for Settings: Added Buttons to **[Add], [Remove], [Clear]** Directories to search media files from. diff --git a/data/version b/data/version index 978b4e8..a5c750f 100644 --- a/data/version +++ b/data/version @@ -1 +1 @@ -26 \ No newline at end of file +27 \ No newline at end of file