diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-16 22:52:29 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-11-28 00:01:49 -0500 |
commit | 50a492f6e96ff596dd1642429fa7e3bd2adf975b (patch) | |
tree | ce1f45f9dc204db969f4f7b396fd2f9f4a9ce8a8 /src/SMAPI.ModBuildConfig | |
parent | 3beb2a99402b9f0e570e9c46cac7667044f736d3 (diff) | |
download | SMAPI-50a492f6e96ff596dd1642429fa7e3bd2adf975b.tar.gz SMAPI-50a492f6e96ff596dd1642429fa7e3bd2adf975b.tar.bz2 SMAPI-50a492f6e96ff596dd1642429fa7e3bd2adf975b.zip |
bump upcoming mod build package version
Diffstat (limited to 'src/SMAPI.ModBuildConfig')
-rw-r--r-- | src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj b/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj index 33356413..0bc8c45e 100644 --- a/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj +++ b/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj @@ -9,7 +9,7 @@ <!--NuGet package--> <PackageId>Pathoschild.Stardew.ModBuildConfig</PackageId> <Title>Build package for SMAPI mods</Title> - <Version>3.4.0</Version> + <Version>4.0.0</Version> <Authors>Pathoschild</Authors> <Description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods. For SMAPI 3.13.0 or later.</Description> <PackageLicenseExpression>MIT</PackageLicenseExpression> |