summaryrefslogtreecommitdiff
path: root/src/GlobalAssemblyInfo.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-01-16 16:04:56 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-01-16 16:04:56 -0500
commit1f3d3c8c93c7a427486b60cf649b86cef140e88b (patch)
treefaa9155fae99533110853567003325486f208937 /src/GlobalAssemblyInfo.cs
parent65a52f4a3986ead5f590719492e3b821c24fe665 (diff)
downloadSMAPI-1f3d3c8c93c7a427486b60cf649b86cef140e88b.tar.gz
SMAPI-1f3d3c8c93c7a427486b60cf649b86cef140e88b.tar.bz2
SMAPI-1f3d3c8c93c7a427486b60cf649b86cef140e88b.zip
bump version, update release steps in readme
Diffstat (limited to 'src/GlobalAssemblyInfo.cs')
-rw-r--r--src/GlobalAssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GlobalAssemblyInfo.cs b/src/GlobalAssemblyInfo.cs
index 7f1fa401..3df34a96 100644
--- a/src/GlobalAssemblyInfo.cs
+++ b/src/GlobalAssemblyInfo.cs
@@ -2,5 +2,5 @@
using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
-[assembly: AssemblyVersion("1.5.0.0")]
-[assembly: AssemblyFileVersion("1.5.0.0")] \ No newline at end of file
+[assembly: AssemblyVersion("1.6.0.0")]
+[assembly: AssemblyFileVersion("1.6.0.0")] \ No newline at end of file