Skip to content

Commit cd73918

Browse files
authored
Bump versions to 1.1.1 (#297)
## Description of Changes Just bumping version numbers in preparation for an upcoming release. I also relaxed the version constraints in the `.csproj` files to be flexible in their patch versions. ## API - [ ] This is an API breaking change to the SDK No breaking changes. ## Requires SpacetimeDB PRs None ## Testsuite SpacetimeDB branch name: master ## Testing Just existing CI, since this just bumps version numbers. Co-authored-by: Zeke Foppa <[email protected]>
1 parent ba9f3be commit cd73918

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.1.0</AssemblyVersion>
20-
<Version>1.1.0</Version>
19+
<AssemblyVersion>1.1.1</AssemblyVersion>
20+
<Version>1.1.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.0" />
17+
<PackageReference Include="SpacetimeDB.Runtime" Version="1.1.*" />
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.0" />
11+
<PackageReference Include="SpacetimeDB.Runtime" Version="1.1.*" />
1212
</ItemGroup>
1313

1414
</Project>

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.0",
4+
"version": "1.1.1",
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)