diff --git a/src/MobileApps/MyDriving/MyDriving.UWP/Package.appxmanifest b/src/MobileApps/MyDriving/MyDriving.UWP/Package.appxmanifest index 66dd71c6..99ca193d 100644 --- a/src/MobileApps/MyDriving/MyDriving.UWP/Package.appxmanifest +++ b/src/MobileApps/MyDriving/MyDriving.UWP/Package.appxmanifest @@ -1,6 +1,6 @@  - + MyDriving diff --git a/src/MobileApps/MyDriving/MyDriving.UWP/Properties/AssemblyInfo.cs b/src/MobileApps/MyDriving/MyDriving.UWP/Properties/AssemblyInfo.cs index 627d6363..dd0425f0 100644 --- a/src/MobileApps/MyDriving/MyDriving.UWP/Properties/AssemblyInfo.cs +++ b/src/MobileApps/MyDriving/MyDriving.UWP/Properties/AssemblyInfo.cs @@ -28,6 +28,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")] [assembly: ComVisible(false)] \ No newline at end of file