From 7f4383263598e29fbd7d26821d75371a719c43aa Mon Sep 17 00:00:00 2001
From: Nick Abalov <n.abalov@2Gis.ru>
Date: Thu, 3 Sep 2015 14:22:58 +0600
Subject: [PATCH] Version 1.3.1

---
 CHANGELOG.md                                              | 3 +++
 Winium/Winium.StoreApps.Driver/Properties/AssemblyInfo.cs | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57c4ae0..c9694b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
 
 <!--## Unreleased-->
 
+## v1.3.1
+- Fix click command for custom controls
+
 
 ## v1.3.0
 
diff --git a/Winium/Winium.StoreApps.Driver/Properties/AssemblyInfo.cs b/Winium/Winium.StoreApps.Driver/Properties/AssemblyInfo.cs
index 84d0c6a..e821ee6 100644
--- a/Winium/Winium.StoreApps.Driver/Properties/AssemblyInfo.cs
+++ b/Winium/Winium.StoreApps.Driver/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("1.3.0.*")]
+[assembly: AssemblyVersion("1.3.1.*")]
 [assembly: AssemblyFileVersion("1.1.0.0")]