Skip to content

Commit 32211d3

Browse files
authored
Bump versions to 1.2.1 (#333)
## Description of Changes These version bumps were supposed to happen in #332, but apparently I messed something up while I was switching branches. ## API - [ ] This is an API breaking change to the SDK No breaking changes ## Requires SpacetimeDB PRs None. ## Testsuite SpacetimeDB branch name: master ## Testing CI only Co-authored-by: Zeke Foppa <[email protected]>
1 parent 2980019 commit 32211d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SpacetimeDB.ClientSDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<PackageIcon>logo.png</PackageIcon>
1717
<PackageReadmeFile>README.md</PackageReadmeFile>
1818
<RepositoryUrl>https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk</RepositoryUrl>
19-
<AssemblyVersion>1.2.0</AssemblyVersion>
20-
<Version>1.2.0</Version>
19+
<AssemblyVersion>1.2.1</AssemblyVersion>
20+
<Version>1.2.1</Version>
2121
<DefaultItemExcludes>$(DefaultItemExcludes);*~/**</DefaultItemExcludes>
2222
<!-- We want to save DLLs for Unity which doesn't support NuGet. -->
2323
<RestorePackagesPath>packages</RestorePackagesPath>

examples~/quickstart-chat/server/StdbModule.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="SpacetimeDB.Runtime" Version="1.1.*" />
17+
<PackageReference Include="SpacetimeDB.Runtime" Version="1.2.*" />
1818
</ItemGroup>
1919

2020
</Project>

examples~/regression-tests/server/StdbModule.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="SpacetimeDB.Runtime" Version="1.1.*" />
11+
<PackageReference Include="SpacetimeDB.Runtime" Version="1.2.*" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)