Skip to content

Commit 39d9994

Browse files
authored
Bump versions to 1.2.0 (#328)
## Description of Changes Bump versions to 1.2.0, as well as update the DLLs from SpacetimeDB (commit `fc8f7dcc8`). They don't have any changes, but the versions needed bumping. ## API This itself is not a breaking changes. ## Requires SpacetimeDB PRs clockworklabs/SpacetimeDB#2837 ## Testsuite SpacetimeDB branch name: release/v1.2.0 ## Testing CI only --------- Co-authored-by: Zeke Foppa <[email protected]>
1 parent f1c584d commit 39d9994

File tree

12 files changed

+4
-4
lines changed

12 files changed

+4
-4
lines changed

SpacetimeDB.ClientSDK.csproj

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

2727
<ItemGroup>
28-
<PackageReference Include="SpacetimeDB.BSATN.Runtime" Version="1.1.*" />
28+
<PackageReference Include="SpacetimeDB.BSATN.Runtime" Version="1.2.*" />
2929

3030
<InternalsVisibleTo Include="SpacetimeDB.Tests" />
3131
</ItemGroup>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.clockworklabs.spacetimedbsdk",
33
"displayName": "SpacetimeDB SDK",
4-
"version": "1.1.5",
4+
"version": "1.2.0",
55
"description": "The SpacetimeDB Client SDK is a software development kit (SDK) designed to interact with and manipulate SpacetimeDB modules..",
66
"keywords": [],
77
"author": {

0 commit comments

Comments
 (0)