diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-22 19:36:49 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-22 19:36:49 -0400 |
commit | 6d1494a56c5d04e7bc1ee406810a5a53dea2229a (patch) | |
tree | fae7a4e06a14ff7f8d709e2f4d5b8b92b8784a37 /build | |
parent | 737e31b531e2064643e4c790673d5053afe683ae (diff) | |
download | SMAPI-6d1494a56c5d04e7bc1ee406810a5a53dea2229a.tar.gz SMAPI-6d1494a56c5d04e7bc1ee406810a5a53dea2229a.tar.bz2 SMAPI-6d1494a56c5d04e7bc1ee406810a5a53dea2229a.zip |
prepare for release
Diffstat (limited to 'build')
-rw-r--r-- | build/common.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets index c1617375..b3211aba 100644 --- a/build/common.targets +++ b/build/common.targets @@ -4,7 +4,7 @@ <!--set properties --> <PropertyGroup> - <Version>3.3.2</Version> + <Version>3.4.0</Version> <Product>SMAPI</Product> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |