Skip to content

Commit 9ac4985

Browse files
committed
Bump version to 1.0.1
1 parent 9443bed commit 9ac4985

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Slideshow/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using System.Reflection;
2-
using System.Resources;
3-
using System.Runtime.CompilerServices;
42
using System.Runtime.InteropServices;
53
using System.Windows;
64

@@ -12,7 +10,7 @@
1210
[assembly: AssemblyConfiguration("")]
1311
[assembly: AssemblyCompany("Andrei Nicholson")]
1412
[assembly: AssemblyProduct("Slideshow")]
15-
[assembly: AssemblyCopyright("Copyright © Andrei Nicholson 2013")]
13+
[assembly: AssemblyCopyright("Copyright © Andrei Nicholson 2014")]
1614
[assembly: AssemblyTrademark("")]
1715
[assembly: AssemblyCulture("")]
1816

@@ -51,4 +49,4 @@
5149
// You can specify all the values or you can default the Build and Revision Numbers
5250
// by using the '*' as shown below:
5351
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
52+
[assembly: AssemblyVersion("1.0.1")]

0 commit comments

Comments
 (0)